From: Junio C Hamano Date: Thu, 2 Dec 2010 22:28:01 +0000 (-0800) Subject: Git 1.7.2.4 X-Git-Tag: v1.7.2.4^0 X-Git-Url: https://repo.or.cz/w/git/jnareb-git.git/commitdiff_plain/2850c1a882ff78e181d0e44b54b595e6b272a02b Git 1.7.2.4 Signed-off-by: Junio C Hamano --- 2850c1a882ff78e181d0e44b54b595e6b272a02b diff --cc Documentation/RelNotes/1.7.2.4.txt index 0000000000,0000000000..f7950a4c04 new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/1.7.2.4.txt @@@ -1,0 -1,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. diff --cc GIT-VERSION-GEN index 8efc557847,8eb10c2c1f..1c0f85c2bd --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v1.7.2.3 -DEF_VER=v1.7.1.3 ++DEF_VER=v1.7.2.4 LF=' ' diff --cc RelNotes index 5217e8e554,d3921d81b8..c81a98e070 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes-1.7.2.3.txt -Documentation/RelNotes/1.7.1.3.txt ++Documentation/RelNotes/1.7.2.4.txt