Miklos Vajna <vmiklos@xxxxxxxxxxxxxx> writes: > On Mon, Mar 16, 2009 at 02:49:31PM +0100, Sverre Rabbelier <srabbelier@xxxxxxxxx> wrote: >> 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. -- 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