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-cache", "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 Output the patch in the order specified in the
29 <orderfile>, which has one shell glob pattern per line.
33 The section on generating patches in link:git-diff-cache.html[git-diff-cache]
38 Written by Junio C Hamano <junkio@cox.net>
43 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
47 Part of the link:git.html[git] suite