Johannes Schindelin schrieb: > Hi, > > On Sun, 4 Nov 2007, Ren? Scharfe wrote: > >> Makefile | 2 +- >> builtin-describe.c | 202 --------------------------------------------------- >> cache.h | 5 ++ >> describe.c | 204 ++++++++++++++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 210 insertions(+), 203 deletions(-) >> create mode 100644 describe.c > > Would not "format-patch -C -C" have given a nicer output? Yes, it would have been shorter, but it looks a bit strange, because it's deleting stuff from the new file describe.c (i.e. all the things left in builtin-describe.c): Makefile | 2 +- builtin-describe.c | 202 -------------------------------------- cache.h | 5 + builtin-describe.c => describe.c | 85 ---------------- 4 files changed, 6 insertions(+), 288 deletions(-) copy builtin-describe.c => describe.c (66%) That's 367 lines of patch + stat vs. 470 lines for the one I sent. Will use next time. Thanks, René - 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