diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:50:33 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-05 14:50:33 -0800 |
commit | 8594495cd65f0a05ef2ce5a0225d663d89ccc6c3 (patch) | |
tree | 9c1a8bbb9fea0cc0ad5bec05e3f5144337b3fab2 | |
parent | Merge branch 'jn/svn-fe' (early part) (diff) | |
parent | Git 1.7.3.5 (diff) | |
download | tgif-8594495cd65f0a05ef2ce5a0225d663d89ccc6c3.tar.xz |
Merge branch 'maint' to sync with 1.7.3.5
-rw-r--r-- | Documentation/RelNotes/1.7.3.5.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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. |