7 git-diff-helper - Generates patch format output for git-diff-*
12 'git-diff-helper' [-z] [-S<string>] [-O<orderfile>]
16 Reads output from "git-diff-index", "git-diff-tree" and "git-diff-files" and
17 generates patch format output.
22 \0 line termination on input
25 Look for differences that contains the change in <string>.
28 When -S finds a change, show all the changes in that
29 changeset, not just the files that contains the change
33 Output the patch in the order specified in the
34 <orderfile>, which has one shell glob pattern per line.
38 The section on generating patches in link:git-diff-index.html[git-diff-index]
43 Written by Junio C Hamano <junkio@cox.net>
48 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
52 Part of the link:git.html[git] suite