Skip to content

Commit a208362

Browse files
author
Junio C Hamano
committed
Update draft release notes for 1.5.1
Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent e881192 commit a208362

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Documentation/RelNotes-1.5.1.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,11 +86,16 @@ Updates since v1.5.0
8686
to run after each revision is checked out to determine if it
8787
is good or bad, to automate the bisection process.
8888

89+
- "git log" family learned a new traversal option --first-parent,
90+
which does what the name suggests.
91+
8992

9093
* Updated behaviour of existing commands.
9194

9295
- "git fsck" does not barf on corrupt loose objects.
9396

97+
- "git rm" does not remove newly added files without -f.
98+
9499
- "git archimport" allows remapping when coming up with git
95100
branch names from arch names.
96101

@@ -183,7 +188,7 @@ Updates since v1.5.0
183188

184189
--
185190
exec >/var/tmp/1
186-
O=v1.5.1-rc1-63-g12d6697
191+
O=v1.5.1-rc3-18-ge881192
187192
echo O=`git describe master`
188193
git shortlog --no-merges $O..master ^maint
189194

0 commit comments

Comments
 (0)