From 902b92e00e491a60d55c4b2bce122903b8347f34 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 13 May 2005 18:41:36 -0700 Subject: [PATCH 3/3] Rename git-diff-tree-helper to git-diff-helper (part 2). 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 follows the "rename only" commit to adjust the contents of the files involved. Signed-off-by: Junio C Hamano Signed-off-by: Petr Baudis --- Documentation/git-diff-helper.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Documentation') diff --git a/Documentation/git-diff-helper.txt b/Documentation/git-diff-helper.txt index 58f27172a..f879ed989 100644 --- a/Documentation/git-diff-helper.txt +++ b/Documentation/git-diff-helper.txt @@ -1,15 +1,15 @@ -git-diff-tree-helper(1) +git-diff-helper(1) ======================= v0.1, May 2005 NAME ---- -git-diff-tree-helper - Generates patch format output for git-diff-* +git-diff-helper - Generates patch format output for git-diff-* SYNOPSIS -------- -'git-diff-tree-helper' [-z] [-R] +'git-diff-helper' [-z] [-R] DESCRIPTION ----------- @@ -26,8 +26,8 @@ OPTIONS "git-diff-cache" which always compares tree with cache or working file. E.g. - git-diff-cache | git-diff-tree-helper -R file.c -+ + git-diff-cache | git-diff-helper -R file.c + would show a diff to bring the working file back to what is in the . See Also -- cgit v1.2.1