X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=inline;f=Documentation%2FRelNotes%2F1.7.3.5.txt;h=40f3ba579544cd0429df1e38646b88a6b8c43075;hb=df9b29ce82ba24729d5431f5e9751470e3a44f25;hp=8c266cde7212d85b44a7ee3386633ad7d5d9d97d;hpb=0c30ed0cb57988378d721d817c55f74a93dffb13;p=git.git diff --git a/Documentation/RelNotes/1.7.3.5.txt b/Documentation/RelNotes/1.7.3.5.txt index 8c266cde7..40f3ba579 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.