Skip to content

Commit bd01c6d

Browse files
committed
Git 1.7.1.3
Signed-off-by: Junio C Hamano <[email protected]>
2 parents e760924 + cbcab75 commit bd01c6d

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

Documentation/RelNotes/1.7.0.8.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Git v1.7.0.8 Release Notes
2+
==========================
3+
4+
This is primarily to backport support for the new "add.ignoreErrors"
5+
name given to the existing "add.ignore-errors" configuration variable.
6+
7+
The next version, Git 1.7.4, and future versions, will support both
8+
old and incorrect name and the new corrected name, but without this
9+
backport, users who want to use the new name "add.ignoreErrors" in
10+
their repositories cannot use older versions of Git.

Documentation/RelNotes/1.7.1.3.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Git v1.7.1.3 Release Notes
2+
==========================
3+
4+
This is primarily to backport support for the new "add.ignoreErrors"
5+
name given to the existing "add.ignore-errors" configuration variable.
6+
7+
The next version, Git 1.7.4, and future versions, will support both
8+
old and incorrect name and the new corrected name, but without this
9+
backport, users who want to use the new name "add.ignoreErrors" in
10+
their repositories cannot use older versions of Git.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.7.1.2
4+
DEF_VER=v1.7.1.3
55

66
LF='
77
'

RelNotes

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

0 commit comments

Comments
 (0)