Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: >> mailsplit.scissors > > Sorry, did not have time to read this thread properly, but has anybody put > thought into the interaction between this patch and "git rebase" (which > uses "git am", and therefore mailsplit, internally)? I was looking around this area tonight (I promised I won't touch the definition of scissors, but I never said I won't work on making it usable), as I originally shared the same worry with you. It turns out that "rebase" invokes "am" with the "--rebasing" option. Under this option, "am" uses an equivalent of "commit -C $commit" internally to port the message forward. So our worries are unfounded. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html