From 5cfcd07c931e6029a77f9393309f7d0ec7cdc118 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 20 Sep 2005 23:24:39 -0700 Subject: 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 --- Documentation/git-diff-helper.txt | 53 --------------------------------------- 1 file changed, 53 deletions(-) delete mode 100644 Documentation/git-diff-helper.txt (limited to 'Documentation/git-diff-helper.txt') diff --git a/Documentation/git-diff-helper.txt b/Documentation/git-diff-helper.txt deleted file mode 100644 index 047e39272f..0000000000 --- a/Documentation/git-diff-helper.txt +++ /dev/null @@ -1,53 +0,0 @@ -git-diff-helper(1) -================== -v0.1, May 2005 - -NAME ----- -git-diff-helper - Generates patch format output for git-diff-* - - -SYNOPSIS --------- -'git-diff-helper' [-z] [-S] [-O] - -DESCRIPTION ------------ -Reads output from "git-diff-index", "git-diff-tree" and "git-diff-files" and -generates patch format output. - -OPTIONS -------- --z:: - \0 line termination on input - --S:: - Look for differences that contains the change in . - ---pickaxe-all:: - When -S finds a change, show all the changes in that - changeset, not just the files that contains the change - in . - --O:: - Output the patch in the order specified in the - , which has one shell glob pattern per line. - -See Also --------- -The section on generating patches in gitlink:git-diff-index[1] - - -Author ------- -Written by Junio C Hamano - - -Documentation --------------- -Documentation by David Greaves, Junio C Hamano and the git-list . - -GIT ---- -Part of the gitlink:git[7] suite - -- cgit v1.3-5-g9baa