Skip to content

Commit fc4c4cd

Browse files
author
Junio C Hamano
committed
GIT 1.3.0-rc2
Bunch of cleanups with a few notable enhancements since 1.3.0-rc1: - revision traversal infrastructure is updated so that existence of paths limiters and/or --max-age does not cause it to call limit_list(). This helps the latency working with the command quite a bit. - comes with updated gitk. One notable fix is to make sure that the IO is restarted upon signal even on platforms whose default signal semantics is not to do so. This is the fix for the notorious "clone is broken since 1.2.2 on Solaris" problem. Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 3d9c54d commit fc4c4cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.3-rc1.GIT
4+
DEF_VER=v1.3-rc2.GIT
55

66
# First try git-describe, then see if there is a version file
77
# (included in release tarballs), then default

0 commit comments

Comments
 (0)