diff options
author | Junio C Hamano <junkio@cox.net> | 2005-09-20 23:24:39 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-09-22 01:54:13 -0700 |
commit | 5cfcd07c931e6029a77f9393309f7d0ec7cdc118 (patch) | |
tree | 02ff16ec4156147c6a9b744033259d5c867837e4 /Documentation/diff-format.txt | |
parent | 9dcc829fe13b7c843a1df6c38479d5b8b8c7d20f (diff) | |
download | git-5cfcd07c931e6029a77f9393309f7d0ec7cdc118.tar.gz |
Retire diff-helper.
The textual diff generation with built-in '-p' in diff-* brothers has
proven to be useful enough that git-diff-helper outlived its usefulness.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/diff-format.txt')
-rw-r--r-- | Documentation/diff-format.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/diff-format.txt b/Documentation/diff-format.txt index 424e75a1c2..6e9fa8cdb7 100644 --- a/Documentation/diff-format.txt +++ b/Documentation/diff-format.txt @@ -62,8 +62,7 @@ When "git-diff-index", "git-diff-tree", or "git-diff-files" are run 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-helper". +The patch generation can be customized at two levels. 1. When the environment variable 'GIT_EXTERNAL_DIFF' is not set, these commands internally invoke "diff" like this: |