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 <junkio@cox.net>2007-03-30 11:56:36 +0400
committerJunio C Hamano <junkio@cox.net>2007-03-30 11:56:36 +0400
commita208362fad4ebfd341f4c57fee795302a4b1f42c (patch)
treecf13d026d89684055ffad78ba6d183ebef438cab /Documentation/RelNotes-1.5.1.txt
parente8811929344c46aed7669e148527af054eb3e18b (diff)
Update draft release notes for 1.5.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/RelNotes-1.5.1.txt')
-rw-r--r--Documentation/RelNotes-1.5.1.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/RelNotes-1.5.1.txt b/Documentation/RelNotes-1.5.1.txt
index 8461fb4371..f48d816c7b 100644
--- a/Documentation/RelNotes-1.5.1.txt
+++ b/Documentation/RelNotes-1.5.1.txt
@@ -86,11 +86,16 @@ Updates since v1.5.0
to run after each revision is checked out to determine if it
is good or bad, to automate the bisection process.
+ - "git log" family learned a new traversal option --first-parent,
+ which does what the name suggests.
+
* Updated behaviour of existing commands.
- "git fsck" does not barf on corrupt loose objects.
+ - "git rm" does not remove newly added files without -f.
+
- "git archimport" allows remapping when coming up with git
branch names from arch names.
@@ -183,7 +188,7 @@ Updates since v1.5.0
--
exec >/var/tmp/1
-O=v1.5.1-rc1-63-g12d6697
+O=v1.5.1-rc3-18-ge881192
echo O=`git describe master`
git shortlog --no-merges $O..master ^maint