summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 84201ea)
raw | patch | inline | side by side (parent: 84201ea)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 4 Jun 2009 05:42:15 +0000 (22:42 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 4 Jun 2009 05:47:48 +0000 (22:47 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.3.2.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 0b48d1a1dfba79d5fe5c85d5cee9327a7ab11a5e..b2f3f0293c0da729d642dc7e4645df26c86c338d 100644 (file)
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.
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
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index d292e3a2d38a935a0f06b708d9d0b4a36d58ba66..0673f0db9f044c294446fb5df1c87f83a335d6f8 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.3.1
+DEF_VER=v1.6.3.2
LF='
'