Re: [PATCH] Let format-patch and rebase ignore trivial merges.
From: Johannes Sixt <hidden> Date: 2016-06-15 22:47:55
Please do not set Mail-Followup-To (and use reply-to-all to keep the Cc list).
Bernhard R. Link schrieb:
--prune-tree makes rev-list without paths equivalent to
"git rev-list $options -- ." (or .. or ../.. and so on,
if you are in some subdirectory).
This is the new default for format-patch and rebase
Why do you need a new option when you can just add "-- ." to the rev-list
invocation?
-- Hannes