Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<gitster@pobox.com>
Fri, 6 May 2011 17:44:23 +0000
(10:44 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Fri, 6 May 2011 17:44:23 +0000
(10:44 -0700)
* maint:
Remove duplicated "is a"
Documentation/diff-options.txt
patch
|
blob
|
history
raw
(from parent 1:
be0dca3
)
diff --git
a/Documentation/diff-options.txt
b/Documentation/diff-options.txt
index 34f01458c296ce68bcba4c08177aba127fc2333b..23b605f9dba22c8c05f8b70abf952e981b57cd58 100644
(file)
--- a/
Documentation/diff-options.txt
+++ b/
Documentation/diff-options.txt
@@
-243,7
+243,7
@@
ifdef::git-log[]
For following files across renames while traversing history, see
`--follow`.
endif::git-log[]
- If `n` is specified, it is a
is a
threshold on the similarity
+ If `n` is specified, it is a threshold on the similarity
index (i.e. amount of addition/deletions compared to the
file's size). For example, `-M90%` means git should consider a
delete/add pair to be a rename if more than 90% of the file