summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e881192)
raw | patch | inline | side by side (parent: e881192)
author | Junio C Hamano <junkio@cox.net> | |
Fri, 30 Mar 2007 07:56:36 +0000 (00:56 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Fri, 30 Mar 2007 07:56:36 +0000 (00:56 -0700) |
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/RelNotes-1.5.1.txt | patch | blob | history |
index 8461fb4371f9f5ad37570d8a10fc187c20110d67..f48d816c7bf44ca8c73a769e4f9c5e1083585631 100644 (file)
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.
--
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