Skip to content

Commit

Permalink
Update draft release notes for 1.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Sep 7, 2008
1 parent af9552f commit ec3a4ba
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions Documentation/RelNotes-1.6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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

0 comments on commit ec3a4ba

Please sign in to comment.