summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3183286)
raw | patch | inline | side by side (parent: 3183286)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Jun 2010 16:59:56 +0000 (09:59 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 29 Jun 2010 16:59:56 +0000 (09:59 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.1.1.txt | patch | blob | history | |
GIT-VERSION-GEN | patch | blob | history |
index 1f94db8bdd25e1a0c4822a5a287e71a862207580..3f6b3148a3091f6b6d635ff5778ad6a92087a0f7 100644 (file)
-Git v1.7.1.1 Release Notes (draft)
-==================================
+Git v1.7.1.1 Release Notes
+==========================
Fixes since v1.7.1
------------------
* After "git apply --whitespace=fix" removed trailing blank lines in an
patch in a patch series, it failed to apply later patches that depend
- on the presense of such blank lines.
+ on the presence of such blank lines.
* "git bundle --stdin" segfaulted.
* "git status" showed excess "hints" even when advice.statusHints is set to false.
And other minor fixes and documentation updates.
-
-
---
-exec >/var/tmp/1
-O=v1.7.1-211-g54fcb21
-echo O=$(git describe HEAD)
-git shortlog --no-merges HEAD ^$O
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 82fd72652b6d35837b8786005024263ac61630dd..d4cb58e5df10d560cf7fe8680ca81ec217036b23 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.1
+DEF_VER=v1.7.1.1
LF='
'