[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.
commit99665af5c0be0fe4319b39183e84917993153576
authorJunio C Hamano <junkio@cox.net>
Sat, 14 May 2005 01:40:54 +0000 (13 18:40 -0700)
committerPetr Baudis <xpasky@machine.sinus.cz>
Sun, 15 May 2005 00:05:03 +0000 (15 02:05 +0200)
treedf3d05b66e546714a1411c0f131a90ffcd367cd5
parent13ab4462d2aefb252d7c916bd537151856b7c967
[PATCH 2/3] Rename git-diff-tree-helper to git-diff-helper.

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: Junio C Hamano <junkio@cox.net>
Bundled with the changes in the unrenamed files.

Signed-off-by: Petr Baudis <pasky@ucw.cz>
Documentation/diff-format.txt
Documentation/git-diff-helper.txt [moved from Documentation/git-diff-tree-helper.txt with 100% similarity]
Documentation/git.txt
Makefile
diff-helper.c [moved from diff-tree-helper.c with 100% similarity]
diff.h