summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6b3020a)
raw | patch | inline | side by side (parent: 6b3020a)
author | Junio C Hamano <gitster@pobox.com> | |
Thu, 2 Dec 2010 20:06:06 +0000 (12:06 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 2 Dec 2010 20:13:27 +0000 (12:13 -0800) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.0.8.txt | [new file with mode: 0644] | patch | blob |
GIT-VERSION-GEN | patch | blob | history | |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes/1.7.0.8.txt b/Documentation/RelNotes/1.7.0.8.txt
--- /dev/null
@@ -0,0 +1,10 @@
+Git v1.7.0.8 Release Notes
+==========================
+
+This is primarily to backport support for the new "add.ignoreErrors"
+name given to the existing "add.ignore-errors" configuration variable.
+
+The next version, Git 1.7.4, and future versions, will support both
+old and incorrect name and the new corrected name, but without this
+backport, users who want to use the new name "add.ignoreErrors" in
+their repositories cannot use older versions of Git.
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 6a3f94563634aa51d35e9fc9bf83f4bfcec67c3b..4149fa9eb7a77eef45152394504eb7ab8ba2140b 100755 (executable)
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
#!/bin/sh
GVF=GIT-VERSION-FILE
-DEF_VER=v1.7.0.7
+DEF_VER=v1.7.0.8
LF='
'
diff --git a/RelNotes b/RelNotes
index c150f36749e0ac78acc95f794b03c9bf5688c6d1..882532b0486688b101c5a14b758c3ced5ba82c8a 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-Documentation/RelNotes-1.7.0.7.txt
\ No newline at end of file
+Documentation/RelNotes/1.7.0.8.txt
\ No newline at end of file