From 6e97ef31ce20ff93a4cc0e3c6ab5171fd6dda5f3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 5 Jan 2011 14:49:19 -0800 Subject: [PATCH] Git 1.7.3.5 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.3.5.txt | 2 ++ GIT-VERSION-GEN | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/RelNotes/1.7.3.5.txt b/Documentation/RelNotes/1.7.3.5.txt index 8c266cde72..40f3ba5795 100644 --- a/Documentation/RelNotes/1.7.3.5.txt +++ b/Documentation/RelNotes/1.7.3.5.txt @@ -30,3 +30,5 @@ Git 1.7.3.5 Release Notes * "git rebase --skip" to skip the last commit in a series used to fail to run post-rewrite hook and to copy notes from old commits that have successfully been rebased so far. Now it do (backmerge ef88ad2). + + * "gitweb" tried to show a wrong feed logo when none was specified. diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index d40b287e5a..d810ec2880 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.3.4 +DEF_VER=v1.7.3.5 LF=' ' -- 2.11.4.GIT