X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2FRelNotes%2F1.7.3.5.txt;h=40f3ba579544cd0429df1e38646b88a6b8c43075;hb=17fd68d0d8f948c23993275aa618c16b83958cd8;hp=8c266cde7212d85b44a7ee3386633ad7d5d9d97d;hpb=d3cae60efcf28e3d498423b9d11dd772d424ddc9;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.