author | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Dec 2005 06:25:00 +0000 (22:25 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 22 Dec 2005 07:48:45 +0000 (23:48 -0800) | ||
commit | 9b15770220aab37302cda115d257eeb4e6e72959 | |
tree | 424d76554685baa038ecdcaab66a8c0d8f547e9f | tree | snapshot |
parent | ebc12ce5bfcf6401c8fcc7e4935bc50142a65db4 | commit | diff |
whatchanged: customize diff-tree output
This allows the configuration item whatchanged.difftree to
control the output from git-whatchanged command. For example:
[whatchanged]
difftree = --pretty=fuller --name-status -M
does rename detection, shows the commit header in "fuller"
format and lists affected pathnames and the kind of changes to
them.
When no such configuration item exists, the output format
defaults to "--pretty -M --abbrev".
Signed-off-by: Junio C Hamano <junkio@cox.net>
This allows the configuration item whatchanged.difftree to
control the output from git-whatchanged command. For example:
[whatchanged]
difftree = --pretty=fuller --name-status -M
does rename detection, shows the commit header in "fuller"
format and lists affected pathnames and the kind of changes to
them.
When no such configuration item exists, the output format
defaults to "--pretty -M --abbrev".
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-whatchanged.sh | diff | blob | history |