diff options
author | Junio C Hamano <junkio@cox.net> | 2005-05-13 18:40:54 -0700 |
---|---|---|
committer | Petr Baudis <xpasky@machine.sinus.cz> | 2005-05-15 02:05:03 +0200 |
commit | 99665af5c0be0fe4319b39183e84917993153576 (patch) | |
tree | df3d05b66e546714a1411c0f131a90ffcd367cd5 /Documentation/git.txt | |
parent | 13ab4462d2aefb252d7c916bd537151856b7c967 (diff) | |
download | git-99665af5c0be0fe4319b39183e84917993153576.tar.gz git-99665af5c0be0fe4319b39183e84917993153576.tar.xz |
[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>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index 98d923db9..134afffe3 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -149,7 +149,7 @@ link:git-rpull.html[git-rpull]:: Interogators: -link:git-diff-tree-helper.html[git-diff-tree-helper]:: +link:git-diff-helper.html[git-diff-helper]:: Generates patch format output for git-diff-* link:git-rpush.html[git-rpush]:: |