X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-diff-helper.txt;h=d826deb42e1974b57b07ddd09aae38295ac6b654;hb=23bb8df2fb334368b6bd36908d13877cf6eae219;hp=3c5d8fdf2b1e02eb36ca3e4d58a241406927975b;hpb=5c97558c9a813a0a775c438a79cfc438def00c22;p=git.git diff --git a/Documentation/git-diff-helper.txt b/Documentation/git-diff-helper.txt index 3c5d8fdf..d826deb4 100644 --- a/Documentation/git-diff-helper.txt +++ b/Documentation/git-diff-helper.txt @@ -1,5 +1,5 @@ git-diff-helper(1) -======================= +================== v0.1, May 2005 NAME @@ -9,7 +9,7 @@ git-diff-helper - Generates patch format output for git-diff-* SYNOPSIS -------- -'git-diff-helper' [-z] [-R] [-M] +'git-diff-helper' [-z] [-S] [-O] DESCRIPTION ----------- @@ -21,19 +21,17 @@ OPTIONS -z:: \0 line termination on input --R:: - Output diff in reverse. This is useful for displaying output from - "git-diff-cache" which always compares tree with cache or working - file. E.g. +-S:: + Look for differences that contains the change in . - git-diff-cache | git-diff-helper -R file.c - - would show a diff to bring the working file back to what - is in the . - --M:: - Detect renames. +--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 --------