b6d8f309d9
This changes the diff-raw format again, following the mailing list discussion. The new format explicitly expresses which one is a rename and which one is a copy. The documentation and tests are updated to match this change. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
46 lines
764 B
Plaintext
46 lines
764 B
Plaintext
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>]
|
|
|
|
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>.
|
|
|
|
|
|
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
|
|
|