summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-12-03 23:18:06 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-12-03 23:23:01 (GMT)
commit6079ec6680da5e40d15d981c24051e9bf5c226fc (patch)
tree99956904af48727404ea84e6a3911279a94cc9cf
parentf36a4fa8ef611c37c890ed21a388a5ece801a3de (diff)
downloadgit-6079ec6680da5e40d15d981c24051e9bf5c226fc.zip
git-6079ec6680da5e40d15d981c24051e9bf5c226fc.tar.gz
git-6079ec6680da5e40d15d981c24051e9bf5c226fc.tar.bz2
Git 1.7.3.3v1.7.3.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.3.3.txt12
l---------RelNotes2
2 files changed, 11 insertions, 3 deletions
diff --git a/Documentation/RelNotes/1.7.3.3.txt b/Documentation/RelNotes/1.7.3.3.txt
index 8d547ef..9b2b244 100644
--- a/Documentation/RelNotes/1.7.3.3.txt
+++ b/Documentation/RelNotes/1.7.3.3.txt
@@ -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.
diff --git a/RelNotes b/RelNotes
index c2b0d4d..9653ffe 120000
--- 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