[PATCH] diff-raw format update take #2.
[git/mjg.git] / Documentation / git-diff-helper.txt
blob90342c91255f5ee2c7917becbbc9096a544c728c
1 git-diff-helper(1)
2 ==================
3 v0.1, May 2005
5 NAME
6 ----
7 git-diff-helper - Generates patch format output for git-diff-*
10 SYNOPSIS
11 --------
12 'git-diff-helper' [-z] [-S<string>]
14 DESCRIPTION
15 -----------
16 Reads output from "git-diff-cache", "git-diff-tree" and "git-diff-files" and
17 generates patch format output.
19 OPTIONS
20 -------
21 -z::
22         \0 line termination on input
24 -S<string>::
25         Look for differences that contains the change in <string>.
28 See Also
29 --------
30 The section on generating patches in link:git-diff-cache.html[git-diff-cache]
33 Author
34 ------
35 Written by Junio C Hamano <junkio@cox.net>
38 Documentation
39 --------------
40 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
42 GIT
43 ---
44 Part of the link:git.html[git] suite