On Thu, 26 May 2005, Linus Torvalds wrote:
So we'd change it from
deleted file mode 100644
to
deleted file mode 100644 arch/um/kernel/checksum.c
in this case..
I just realized that this same thing is equally true of just plain mode
changes, where wif we don't have any content we just get
diff --git a/name b/name
old mode xxxx
new mode yyyy
so I might as well parse the diff header here (I don't want to repeat the
name twice for mode changes). Oh well.
Linus