summaryrefslogtreecommitdiffstats
path: root/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-06-12 16:09:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-06-12 16:09:14 +0000
commit16f98874ca3e3f42ea299d3dd858f91f0122d50a (patch)
tree58548c76c4bb69c58727e79cff64e7b33640a05a /diff-options.txt
parentf614c6470329dcb81603708f9710d5dd2c3a9c43 (diff)
downloadgit-htmldocs-16f98874ca3e3f42ea299d3dd858f91f0122d50a.tar.gz
Autogenerated HTML docs for v1.5.2.1-255-gca6c0
Diffstat (limited to 'diff-options.txt')
-rw-r--r--diff-options.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/diff-options.txt b/diff-options.txt
index b2a05937f..0f07c9c4a 100644
--- a/diff-options.txt
+++ b/diff-options.txt
@@ -86,7 +86,7 @@
Detect renames.
-C::
- Detect copies as well as renames.
+ Detect copies as well as renames. See also `--find-copies-harder`.
--diff-filter=[ACDMRTUXB*]::
Select only files that are Added (`A`), Copied (`C`),
@@ -100,12 +100,13 @@
that matches other criteria, nothing is selected.
--find-copies-harder::
- For performance reasons, by default, -C option finds copies only
+ 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
inspect unmodified files as candidates for the source of
copy. This is a very expensive operation for large
- projects, so use it with caution.
+ projects, so use it with caution. Giving more than one
+ `-C` option has the same effect.
-l<num>::
-M and -C options require O(n^2) processing time where n