2005-07-13 21:52:35 +02:00
|
|
|
-p::
|
|
|
|
Generate patch (see section on generating patches)
|
|
|
|
|
|
|
|
-u::
|
|
|
|
Synonym for "-p".
|
|
|
|
|
|
|
|
-z::
|
|
|
|
\0 line termination on output
|
|
|
|
|
|
|
|
--name-only::
|
|
|
|
Show only names of changed files.
|
|
|
|
|
2005-09-21 09:20:06 +02:00
|
|
|
--name-status::
|
|
|
|
Show only names and status of changed files.
|
2005-07-13 21:52:35 +02:00
|
|
|
|
2005-11-15 02:53:22 +01:00
|
|
|
--full-index::
|
|
|
|
Instead of the first handful characters, show full
|
|
|
|
object name of pre- and post-image blob on the "index"
|
|
|
|
line when generating a patch format output.
|
|
|
|
|
2005-07-13 21:52:35 +02:00
|
|
|
-B::
|
|
|
|
Break complete rewrite changes into pairs of delete and create.
|
|
|
|
|
|
|
|
-M::
|
|
|
|
Detect renames.
|
|
|
|
|
|
|
|
-C::
|
|
|
|
Detect copies as well as renames.
|
|
|
|
|
|
|
|
--find-copies-harder::
|
2005-10-06 00:08:26 +02:00
|
|
|
For performance reasons, by default, -C option finds copies only
|
|
|
|
if the original file of the copy was modified in the same
|
|
|
|
changeset. This flag makes the command
|
2005-07-13 21:52:35 +02:00
|
|
|
inspect unmodified files as candidates for the source of
|
|
|
|
copy. This is a very expensive operation for large
|
|
|
|
projects, so use it with caution.
|
|
|
|
|
2005-09-21 09:18:27 +02:00
|
|
|
-l<num>::
|
|
|
|
-M and -C options require O(n^2) processing time where n
|
2005-10-06 00:08:26 +02:00
|
|
|
is the number of potential rename/copy targets. This
|
2005-09-21 09:18:27 +02:00
|
|
|
option prevents rename/copy detection from running if
|
2005-10-06 00:08:26 +02:00
|
|
|
the number of rename/copy targets exceeds the specified
|
2005-09-21 09:18:27 +02:00
|
|
|
number.
|
|
|
|
|
2005-07-13 21:52:35 +02:00
|
|
|
-S<string>::
|
2005-10-06 00:08:26 +02:00
|
|
|
Look for differences that contain the change in <string>.
|
2005-07-13 21:52:35 +02:00
|
|
|
|
|
|
|
--pickaxe-all::
|
|
|
|
When -S finds a change, show all the changes in that
|
2005-10-06 00:08:26 +02:00
|
|
|
changeset, not just the files that contain the change
|
2005-07-13 21:52:35 +02:00
|
|
|
in <string>.
|
|
|
|
|
|
|
|
-O<orderfile>::
|
|
|
|
Output the patch in the order specified in the
|
|
|
|
<orderfile>, which has one shell glob pattern per line.
|
|
|
|
|
|
|
|
-R::
|
2005-11-11 02:12:27 +01:00
|
|
|
Swap two inputs; that is, show differences from index or
|
2005-07-13 21:52:35 +02:00
|
|
|
on-disk file to tree contents.
|
|
|
|
|
2005-08-30 22:51:01 +02:00
|
|
|
For more detailed explanation on these common options, see also
|
|
|
|
link:diffcore.html[diffcore documentation].
|