]> git.ipfire.org Git - thirdparty/git.git/commit
[PATCH] Support commit_format in diff-tree
authorJunio C Hamano <junkio@cox.net>
Mon, 13 Jun 2005 00:44:21 +0000 (17:44 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Mon, 13 Jun 2005 03:29:31 +0000 (20:29 -0700)
commita8db165ee90c7a460916c3efbf97750dd019872c
treedf70b4ff3b4fa5fb8680beb03df4d635ddd18d89
parentdc7090efbc8280e482a6b2dc7419e525cbc3c5d7
[PATCH] Support commit_format in diff-tree

This steals --pretty command line option from rev-list and
teaches diff-tree to do the same.  With this change,

    $ git-whatchanged --pretty

would work as expected.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff-tree.c