Skip to content

Commit 6e97ef3

Browse files
committed
Git 1.7.3.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 9d9f5e7 commit 6e97ef3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Documentation/RelNotes/1.7.3.5.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,5 @@ Git 1.7.3.5 Release Notes
3030
* "git rebase --skip" to skip the last commit in a series used to fail
3131
to run post-rewrite hook and to copy notes from old commits that have
3232
successfully been rebased so far. Now it do (backmerge ef88ad2).
33+
34+
* "gitweb" tried to show a wrong feed logo when none was specified.

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.3.4
4+
DEF_VER=v1.7.3.5
55

66
LF='
77
'

0 commit comments

Comments
 (0)