diff options
author | Junio C Hamano <junkio@cox.net> | 2006-04-04 14:52:53 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-04-04 14:52:53 -0700 |
commit | fc4c4cd21c783b6dc387002c6e018d26f7405e9f (patch) | |
tree | f5ecc325f811e5e123b65397cd78fca41d2e8431 /GIT-VERSION-GEN | |
parent | 3d9c54d7b39faab35f0b30459fe4e2c7f32124b8 (diff) | |
download | git-fc4c4cd21c783b6dc387002c6e018d26f7405e9f.tar.gz git-fc4c4cd21c783b6dc387002c6e018d26f7405e9f.tar.xz |
GIT 1.3.0-rc2v1.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>
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 4764fd251..d2200acd7 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.3-rc1.GIT +DEF_VER=v1.3-rc2.GIT # First try git-describe, then see if there is a version file # (included in release tarballs), then default |