From: Junio C Hamano Date: Mon, 13 Jun 2005 00:44:21 +0000 (-0700) Subject: [PATCH] Support commit_format in diff-tree X-Git-Tag: v0.99~291 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=a8db165ee90c7a460916c3efbf97750dd019872c;hp=a8db165ee90c7a460916c3efbf97750dd019872c;p=git.git [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 Signed-off-by: Linus Torvalds ---