X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FRelNotes-1.6.3.2.txt;h=b2f3f0293c0da729d642dc7e4645df26c86c338d;hb=748af44c63ea6fec12690f1693f3dddd963e88d5;hp=0b48d1a1dfba79d5fe5c85d5cee9327a7ab11a5e;hpb=433e972aeb5e485d2f7a7ac605a1c043822e25d9;p=git.git diff --git a/Documentation/RelNotes-1.6.3.2.txt b/Documentation/RelNotes-1.6.3.2.txt index 0b48d1a1d..b2f3f0293 100644 --- a/Documentation/RelNotes-1.6.3.2.txt +++ b/Documentation/RelNotes-1.6.3.2.txt @@ -37,13 +37,17 @@ Fixes since v1.6.3.1 the first hunk that adds a line at the top was split into two and both halves are marked to be used. + * "git blame path" misbehaved at the commit where path became file + from a directory with some files in it. + * "git for-each-ref" had a segfaulting bug when dealing with a tag object created by an ancient git. * "git format-patch -k" still added patch numbers if format.numbered configuration was set. - * "git grep --color ''" did not terminate. + * "git grep --color ''" did not terminate. The command also had + subtle bugs with its -w option. * http-push had a small use-after-free bug. @@ -55,9 +59,3 @@ Fixes since v1.6.3.1 Many other general usability updates around help text, diagnostic messages and documentation are included as well. - ---- -exec >/var/tmp/1 -O=v1.6.3.1-68-g456cb4c -echo O=$(git describe maint) -git shortlog --no-merges $O..maint