Skip to content

Commit

Permalink
Update draft release notes for 1.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Mar 30, 2007
1 parent e881192 commit a208362
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Documentation/RelNotes-1.5.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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

Expand Down

0 comments on commit a208362

Please sign in to comment.