Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.7.9.3
author
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Feb 2012 23:36:08 +0000
(15:36 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 27 Feb 2012 23:36:08 +0000
(15:36 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.9.3.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
67f8d5b
)
diff --git
a/Documentation/RelNotes/1.7.9.3.txt
b/Documentation/RelNotes/1.7.9.3.txt
index 1d03fd10c00edbfa8ec8ae213a04764714ac4f66..d7be177681f9cef64ad7e6e6498baca00973eb0a 100644
(file)
--- 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.