diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-02-25 14:50:52 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-02-25 14:50:52 -0800 |
commit | 661763abf6e13eabf0aa1a3eefd364d32da8f4ad (patch) | |
tree | 63e9f2a808be6776360994ab617be7b4cfa8dcad /Documentation/RelNotes-1.6.2.txt | |
parent | bb0cebd7d0ac9bf2ddf94fe5579603819c4a1fc7 (diff) | |
download | git-661763abf6e13eabf0aa1a3eefd364d32da8f4ad.tar.gz git-661763abf6e13eabf0aa1a3eefd364d32da8f4ad.tar.xz |
GIT 1.6.2-rc2v1.6.2-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.2.txt')
-rw-r--r-- | Documentation/RelNotes-1.6.2.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.2.txt b/Documentation/RelNotes-1.6.2.txt index d3e9583ab..c4873f787 100644 --- a/Documentation/RelNotes-1.6.2.txt +++ b/Documentation/RelNotes-1.6.2.txt @@ -150,6 +150,9 @@ v1.6.1.X series. * "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. @@ -162,6 +165,6 @@ v1.6.1.X series. -- 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 |