• J
    Fix diff-filter All-Or-None mark. · 0b34379a
    Junio C Hamano 提交于
    When we updated the marker for new files from 'N' to 'A', we forgot to
    notice that the letter is already taken by the All-Or-None mark.
    Change the All-Or-None marker to '*' to resolve this conflict.
    
    	git-diff-tree -r --diff-filter='R*' -M
    
    shows all the changes (not just renames) that are contained in commits
    that have renames, in comparison with:
    
    	git-diff-tree -r --diff-filter='R' -M
    
    shows the same set of changes but the diff output are limited only to
    renaming changes.
    Signed-off-by: NJunio C Hamano <junkio@cox.net>
    0b34379a
diff.h 3.1 KB