Skip to content

Commit 6079ec6

Browse files
committed
Git 1.7.3.3
Signed-off-by: Junio C Hamano <[email protected]>
1 parent f36a4fa commit 6079ec6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

Documentation/RelNotes/1.7.3.3.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Git v1.7.3.3 Release Notes
22
==========================
33

4+
In addition to the usual fixes, this release also includes support for
5+
the new "add.ignoreErrors" name given to the existing "add.ignore-errors"
6+
configuration variable.
7+
8+
The next version, Git 1.7.4, and future versions, will support both
9+
old and incorrect name and the new corrected name, but without this
10+
backport, users who want to use the new name "add.ignoreErrors" in
11+
their repositories cannot use older versions of Git.
12+
413
Fixes since v1.7.3.2
514
--------------------
615

@@ -42,5 +51,4 @@ Fixes since v1.7.3.2
4251

4352
* "git-p4" (in contrib/) did not correctly handle deleted files.
4453

45-
46-
Other minor fixes and documentation updates may be included.
54+
Other minor fixes and documentation updates are also included.

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/1.7.3.2.txt
1+
Documentation/RelNotes/1.7.3.3.txt

0 commit comments

Comments
 (0)