]> git.ipfire.org Git - thirdparty/git.git/commit - commit.h
Add generic commit "pretty print" function.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 15:34:23 +0000 (08:34 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 1 Jun 2005 15:34:23 +0000 (08:34 -0700)
commite3bc7a3bc7b77f44d686003f5a9346a135529f73
tree79266b3dad77bb6980763e18e941f2833b63b748
parentef6a46e6eaae5e70df8b7ef9d7ead66c3313027e
Add generic commit "pretty print" function.

It's really just the header printign function from diff-tree.c,
and it's usable for other things too.
commit.c
commit.h
diff-tree.c