diff-tree: show hex sha1 of the single-commit argument case correctly.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 20:43:58 +0000 (13:43 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 18 May 2005 20:43:58 +0000 (13:43 -0700)
We can't just do the "sha1_to_hex()" thing directly, since the
buffer in question will be overwritten by the name of the parent.

So teach diff_tree_commit() to generate the proper hex name itself.


No differences found