From: Junio C Hamano Date: Wed, 15 Dec 2010 19:40:40 +0000 (-0800) Subject: Git 1.7.1.4 X-Git-Tag: v1.7.1.4^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9db41eba4259126dbe1c68e2207d342d11f14745;p=thirdparty%2Fgit.git Git 1.7.1.4 Signed-off-by: Junio C Hamano --- 9db41eba4259126dbe1c68e2207d342d11f14745 diff --cc Documentation/RelNotes/1.7.1.4.txt index 0000000000,0000000000..7c734b4f7b new file mode 100644 --- /dev/null +++ b/Documentation/RelNotes/1.7.1.4.txt @@@ -1,0 -1,0 +1,8 @@@ ++Git v1.7.1.4 Release Notes ++========================== ++ ++Fixes since v1.7.1.3 ++-------------------- ++ ++ * "gitweb" can sometimes be tricked into parrotting a filename argument ++ given in a request without properly quoting. diff --cc GIT-VERSION-GEN index 8eb10c2c1f,c07c5959bb..5e8077ebf4 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@@ -1,7 -1,7 +1,7 @@@ #!/bin/sh GVF=GIT-VERSION-FILE - DEF_VER=v1.7.1.3 -DEF_VER=v1.7.0.9 ++DEF_VER=v1.7.1.4 LF=' ' diff --cc RelNotes index d3921d81b8,2e4322a073..86af99bd37 --- a/RelNotes +++ b/RelNotes @@@ -1,1 -1,1 +1,1 @@@ - Documentation/RelNotes/1.7.1.3.txt -Documentation/RelNotes/1.7.0.9.txt ++Documentation/RelNotes/1.7.1.4.txt