Skip to content

Commit

Permalink
Git 1.7.2.4
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 2, 2010
2 parents 2de132f + bd01c6d commit 2850c1a
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 2 deletions.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/1.7.0.8.txt
Original file line number Diff line number Diff line change
@@ -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.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/1.7.1.3.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Git v1.7.1.3 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.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/1.7.2.4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Git v1.7.2.4 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.
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.7.2.3
DEF_VER=v1.7.2.4

LF='
'
Expand Down
2 changes: 1 addition & 1 deletion RelNotes

0 comments on commit 2850c1a

Please sign in to comment.