]> git.ipfire.org Git - thirdparty/git.git/commit - commit.h
Add "--pretty=full" format that also shows committer.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 27 Jun 2005 00:50:46 +0000 (17:50 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 27 Jun 2005 00:50:46 +0000 (17:50 -0700)
commit9b66ec04741b4030e7654dcb7b978a29a8214b31
tree0f39632df69a6b7898fc5057e26dab67e7983537
parentf336e71f86560df3503c1da1f68635a184af28a9
Add "--pretty=full" format that also shows committer.

Also move the common implementation of parsing the --pretty argument
format into commit.c rather than having duplicates in diff-tree.c and
rev-list.c.
commit.c
commit.h
diff-tree.c
rev-list.c