summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bb0cebd)
raw | patch | inline | side by side (parent: bb0cebd)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Feb 2009 22:50:52 +0000 (14:50 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 25 Feb 2009 22:50:52 +0000 (14:50 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.2.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index d3e9583abf618e958014f7f9315f197a0dfca271..c4873f787cf283fa055e8e6b660f6c4cff7bebbd 100644 (file)
* "git filter-branch" incorrectly tried to update a nonexistent work tree
at the end when it is run in a bare repository.
+* "git gc" did not work if your repository was created with an ancient git
+ and never had any pack files in it before.
+
* "git mergetool" used to ignore autocrlf and other attributes
based content rewriting.
--
exec >/var/tmp/1
-v1.6.2-rc0-89-gf7a2bdb
+O=v1.6.2-rc2
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 9c9fe640fbd425c4c35c6ecb5b0bf621e0c506d8..0baa79d798d4ab63c3605b6c002dec80f563f095 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.1.GIT
+DEF_VER=v1.6.2-rc2.GIT
LF='
'