Skip to content
  • Junio C Hamano's avatar
    [PATCH] Diffcore updates. · 6b14d7fa
    Junio C Hamano authored
    
    
    This moves the path selection logic from individual programs to a new
    diffcore transformer (diff-tree still needs to have its own for
    performance reasons).  Also the header printing code in diff-tree was
    tweaked not to produce anything when pickaxe is in effect and there is
    nothing interesting to report.  An interesting example is the following
    in the GIT archive itself:
    
        $ git-whatchanged -p -C -S'or something in a real script'
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
    6b14d7fa