Skip to content
  • Junio C Hamano's avatar
    [PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper. · 99665af5
    Junio C Hamano authored
    
    
    It used to be that diff-tree needed helper support to parse its
    raw output to generate diffs, but these days git-diff-* family
    produces the same output and the helper is not tied to diff-tree
    anymore.  Drop "tree" from its name.
    
    This commit is done separately to record just the rename and no
    file content changes. The changes in the renamed files are recorded
    in the next commit.
    
    Signed-off-by: default avatarJunio C Hamano <junkio@cox.net>
    
    Bundled with the changes in the unrenamed files.
    
    Signed-off-by: default avatarPetr Baudis <pasky@ucw.cz>
    99665af5