Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-10-18 19:30:39 +0400
committerJunio C Hamano <gitster@pobox.com>2008-10-18 19:30:39 +0400
commit3041b98a9d40e5eb1aae9698c7e15c85ff37f344 (patch)
tree3779f582eaa023643db98949f01237ac0a0a63c8 /Documentation/RelNotes-1.6.1.txt
parent58e0fa5416c0a91761d904fd097c2ba9e45e3654 (diff)
Update draft release notes for 1.6.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes-1.6.1.txt')
-rw-r--r--Documentation/RelNotes-1.6.1.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.6.1.txt b/Documentation/RelNotes-1.6.1.txt
index 4dc0634297..afd1150eaa 100644
--- a/Documentation/RelNotes-1.6.1.txt
+++ b/Documentation/RelNotes-1.6.1.txt
@@ -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.
@@ -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.
@@ -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