author | Junio C Hamano <junkio@cox.net> | |
Mon, 13 Jun 2005 00:44:21 +0000 (17:44 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Mon, 13 Jun 2005 03:29:31 +0000 (20:29 -0700) | ||
commit | a8db165ee90c7a460916c3efbf97750dd019872c | |
tree | df70b4ff3b4fa5fb8680beb03df4d635ddd18d89 | tree | snapshot |
parent | dc7090efbc8280e482a6b2dc7419e525cbc3c5d7 | commit | diff |
[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>
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 | diff | blob | history |