We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d9f5e7 commit 6e97ef3Copy full SHA for 6e97ef3
Documentation/RelNotes/1.7.3.5.txt
@@ -30,3 +30,5 @@ Git 1.7.3.5 Release Notes
30
* "git rebase --skip" to skip the last commit in a series used to fail
31
to run post-rewrite hook and to copy notes from old commits that have
32
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
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
4
-DEF_VER=v1.7.3.4
+DEF_VER=v1.7.3.5
5
6
LF='
7
'
0 commit comments