git-diff-tree: simplify header output with '-z'
commit84c1afd7e7c69c6c3c0677d5ee01925d4c70d318
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 27 May 2005 17:22:09 +0000 (27 10:22 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 27 May 2005 17:22:09 +0000 (27 10:22 -0700)
tree2f37f7b43445584e19bd3332fff898aa02d6fc8d
parenta9c9cef161b26ca610783dd0b180d18956c7b119
git-diff-tree: simplify header output with '-z'

No need to make them multiple lines, in fact we explicitly don't want that.

This also fixes a 64-bit problem pointed out by Markus F.X.J. Oberhumer,
where we gave "%.*s" a "ptrdiff_t" length argument instead of an "int".
diff-tree.c