Skip to content

Commit ec3a4ba

Browse files
committed
Update draft release notes for 1.6.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent af9552f commit ec3a4ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Documentation/RelNotes-1.6.1.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ on.
1313

1414
(subsystems)
1515

16-
* ...
16+
* gitk can call out to git-gui to view "git blame" output; git-gui in turn
17+
can run gitk from its blame view.
1718

1819
(portability)
1920

@@ -108,8 +109,12 @@ release, unless otherwise noted.
108109
* "git push --tags --all $there" failed with generic usage message without
109110
telling saying these two options are incompatible.
110111

112+
* "git log --author/--committer" match used to potentially match the
113+
timestamp part, exposing internal implementation detail. Also these did
114+
not work with --fixed-strings match at all.
115+
111116
--
112117
exec >/var/tmp/1
113-
O=v1.6.0.1-215-g9b8ae93
118+
O=v1.6.0.1-266-gaf9552f
114119
echo O=$(git describe master)
115120
git shortlog --no-merges $O..master ^maint

0 commit comments

Comments
 (0)