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 Oct 18, 2008
1 parent 58e0fa5 commit 3041b98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/RelNotes-1.6.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,9 @@ on.
* "git commit --author=$name" can look up author name from existing
commits.

* output from "git commit" has been reworded in a more concise and yet
more informative way.

* "git count-objects" reports the on-disk footprint for packfiles and
their corresponding idx files.

Expand All @@ -94,6 +97,8 @@ on.
* "git diff" learned --dirstat-by-file to count changed files, not number
of lines, when summarizing the global picture.

* "git diff" hunk header pattern for ObjC has been added.

* "git for-each-ref" learned "refname:short" token that gives an
unambiguously abbreviated refname.

Expand Down Expand Up @@ -174,6 +179,6 @@ release, unless otherwise noted.

--
exec >/var/tmp/1
O=v1.6.0.2-529-g769b008
O=v1.6.0.2-553-g58e0fa5
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint

0 comments on commit 3041b98

Please sign in to comment.