File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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--
185190exec >/var/tmp/1
186- O=v1.5.1-rc1-63-g12d6697
191+ O=v1.5.1-rc3-18-ge881192
187192echo O=`git describe master`
188193git shortlog --no-merges $O..master ^maint
189194
You can’t perform that action at this time.
0 commit comments