• J
    whatchanged: customize diff-tree output · 9b157702
    Junio C Hamano 提交于
    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: NJunio C Hamano <junkio@cox.net>
    9b157702
git-whatchanged.sh 669 字节