git-diff-helper(1)
-=======================
+==================
v0.1, May 2005
NAME
SYNOPSIS
--------
-'git-diff-helper' [-z] [-R] [-r]
+'git-diff-helper' [-z] [-S<string>]
DESCRIPTION
-----------
-z::
\0 line termination on input
--R::
- Output diff in reverse. This is useful for displaying output from
- "git-diff-cache" which always compares tree with cache or working
- file. E.g.
-
- git-diff-cache <tree> | git-diff-helper -R file.c
-
- would show a diff to bring the working file back to what
- is in the <tree>.
-
--r::
- Detect renames.
+-S<string>::
+ Look for differences that contains the change in <string>.
See Also