mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
232b75ab3d
This updates diff documentation to discuss --find-copies-harder, and adds descriptions for options that were not described earlier. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
53 lines
1 KiB
Text
53 lines
1 KiB
Text
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<string>] [-O<orderfile>]
|
|
|
|
DESCRIPTION
|
|
-----------
|
|
Reads output from "git-diff-cache", "git-diff-tree" and "git-diff-files" and
|
|
generates patch format output.
|
|
|
|
OPTIONS
|
|
-------
|
|
-z::
|
|
\0 line termination on input
|
|
|
|
-S<string>::
|
|
Look for differences that contains the change in <string>.
|
|
|
|
--pickaxe-all::
|
|
When -S finds a change, show all the changes in that
|
|
changeset, not just the files that contains the change
|
|
in <string>.
|
|
|
|
-O<orderfile>::
|
|
Output the patch in the order specified in the
|
|
<orderfile>, which has one shell glob pattern per line.
|
|
|
|
See Also
|
|
--------
|
|
The section on generating patches in link:git-diff-cache.html[git-diff-cache]
|
|
|
|
|
|
Author
|
|
------
|
|
Written by Junio C Hamano <junkio@cox.net>
|
|
|
|
|
|
Documentation
|
|
--------------
|
|
Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
|
|
|
|
GIT
|
|
---
|
|
Part of the link:git.html[git] suite
|
|
|