Miklos Vajna [off-list ref] writes:
On Mon, Mar 16, 2009 at 02:49:31PM +0100, Sverre Rabbelier [off-list ref] wrote:
quoted
It would be nice if you could paste the output of "git diff -M" after
the triple-dash to show that it is indeed only a small change.
Or just use git format-patch -M?
No file disappears, so -M alone won't cut it.
I think -B -M may do something interesting, but even then, I suspect you
will see a lot of deletions (e.g. you start from two copies of the
original builtin-blame.c and remove different parts to arrive at the new
builtin-blame.c and blame.c) that amounts roughly about the same size as
the original builtin-blame.c itself.