From: Junio C Hamano Date: Mon, 27 Feb 2012 23:36:08 +0000 (-0800) Subject: Update draft release notes to 1.7.9.3 X-Git-Tag: v1.7.9.3~18 X-Git-Url: https://git.tokkee.org/?p=git.git;a=commitdiff_plain;h=b0fa280751a8a3e7cee093a7fdc3656490abf984 Update draft release notes to 1.7.9.3 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.9.3.txt b/Documentation/RelNotes/1.7.9.3.txt index 1d03fd10c..d7be17768 100644 --- a/Documentation/RelNotes/1.7.9.3.txt +++ b/Documentation/RelNotes/1.7.9.3.txt @@ -14,4 +14,11 @@ Fixes since v1.7.9.2 * "git add --refresh " used to warn about unmerged paths outside the given pathspec. + * The commit log template given with "git merge --edit" did not have + a short instructive text like what "git commit" gives. + + * "gitweb" used to drop warnings in the log file when "heads" view is + accessed in a repository whose HEAD does not point at a valid + branch. + Also contains minor fixes and documentation updates.