summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/diff-format.txt2
-rw-r--r--Documentation/git-diff-helper.txt (renamed from Documentation/git-diff-tree-helper.txt)0
-rw-r--r--Documentation/git.txt2
3 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt
index 1a99e85..9e64539 100644
--- a/Documentation/diff-format.txt
+++ b/Documentation/diff-format.txt
@@ -45,7 +45,7 @@ with a '-p' option, they do not produce the output described above
instead they produce a patch file.
The patch generation can be customized at two levels. This
-customization also applies to "git-diff-tree-helper".
+customization also applies to "git-diff-helper".
1. When the environment variable 'GIT_EXTERNAL_DIFF' is not set,
these commands internally invoke "diff" like this:
diff --git a/Documentation/git-diff-tree-helper.txt b/Documentation/git-diff-helper.txt
index 58f2717..58f2717 100644
--- a/Documentation/git-diff-tree-helper.txt
+++ b/Documentation/git-diff-helper.txt
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 98d923d..134afff 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]::