diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-02-27 15:36:08 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-02-27 15:36:08 -0800 |
commit | b0fa280751a8a3e7cee093a7fdc3656490abf984 (patch) | |
tree | 31481402b481f223c4ba0b8e20054acbdac87ee3 /Documentation | |
parent | 67f8d5b87d8ec3dcdb311f31b534332b74c93142 (diff) | |
download | git-b0fa280751a8a3e7cee093a7fdc3656490abf984.tar.gz git-b0fa280751a8a3e7cee093a7fdc3656490abf984.tar.xz |
Update draft release notes to 1.7.9.3
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/1.7.9.3.txt | 7 |
1 files changed, 7 insertions, 0 deletions
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 <pathspec>" 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. |