summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: af9552f)
raw | patch | inline | side by side (parent: af9552f)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Sep 2008 01:22:00 +0000 (18:22 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 7 Sep 2008 02:39:55 +0000 (19:39 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.6.1.txt | patch | blob | history |
index 7f41e30e22e641661f72ff713e6f69069072ee08..609d4ca562f52f1838140f9145d261dfded18ac5 100644 (file)
(subsystems)
-* ...
+* gitk can call out to git-gui to view "git blame" output; git-gui in turn
+ can run gitk from its blame view.
(portability)
* "git push --tags --all $there" failed with generic usage message without
telling saying these two options are incompatible.
+* "git log --author/--committer" match used to potentially match the
+ timestamp part, exposing internal implementation detail. Also these did
+ not work with --fixed-strings match at all.
+
--
exec >/var/tmp/1
-O=v1.6.0.1-215-g9b8ae93
+O=v1.6.0.1-266-gaf9552f
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint