Code

Git 1.7.3.3 v1.7.3.3
authorJunio C Hamano <gitster@pobox.com>
Fri, 3 Dec 2010 23:18:06 +0000 (15:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Dec 2010 23:23:01 +0000 (15:23 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.3.3.txt
RelNotes

index 8d547efacf8c61f076abfd2d360c8f3c1b85d013..9b2b2448dfd43f2206a05ef37df8a532806fd180 100644 (file)
@@ -1,6 +1,15 @@
 Git v1.7.3.3 Release Notes
 ==========================
 
+In addition to the usual fixes, this release also includes 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.
+
 Fixes since v1.7.3.2
 --------------------
 
@@ -42,5 +51,4 @@ Fixes since v1.7.3.2
 
  * "git-p4" (in contrib/) did not correctly handle deleted files.
 
-
-Other minor fixes and documentation updates may be included.
+Other minor fixes and documentation updates are also included.
index c2b0d4d1266e8f3b104133da35cfcc2ec4ad97a6..9653ffeb826c5ff72a8eafc9cc541fe094882fb2 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.3.2.txt
\ No newline at end of file
+Documentation/RelNotes/1.7.3.3.txt
\ No newline at end of file