summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-09-07 01:22:00 (GMT)
committerJunio C Hamano <gitster@pobox.com>2008-09-07 02:39:55 (GMT)
commitec3a4ba519c0012d58584d23f407c302e7b80eb6 (patch)
treee6b7609fe46219875b97f747078c9c8bfc87ee8d /Documentation
parentaf9552f03082a0cc0cf19d38ae14cc31f1b7fb37 (diff)
downloadgit-ec3a4ba519c0012d58584d23f407c302e7b80eb6.zip
git-ec3a4ba519c0012d58584d23f407c302e7b80eb6.tar.gz
git-ec3a4ba519c0012d58584d23f407c302e7b80eb6.tar.bz2
Update draft release notes for 1.6.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes-1.6.1.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/Documentation/RelNotes-1.6.1.txt b/Documentation/RelNotes-1.6.1.txt
index 7f41e30..609d4ca 100644
--- a/Documentation/RelNotes-1.6.1.txt
+++ b/Documentation/RelNotes-1.6.1.txt
@@ -13,7 +13,8 @@ on.
(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)
@@ -108,8 +109,12 @@ release, unless otherwise noted.
* "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