summaryrefslogtreecommitdiff
path: root/Documentation/diff-options.txt
diff options
context:
space:
mode:
authorJoão Britto <jabcalves@gmail.com>2011-05-06 04:16:17 (GMT)
committerJunio C Hamano <gitster@pobox.com>2011-05-06 05:14:15 (GMT)
commit4c007ae8351a0a2beba57e2930ed21aed141e51e (patch)
treeaebc73749e3967facc6a043dca1a84bae2567334 /Documentation/diff-options.txt
parent8fe6177ac640ca36814ad3394d4e86b4ce8e29e3 (diff)
downloadgit-4c007ae8351a0a2beba57e2930ed21aed141e51e.zip
git-4c007ae8351a0a2beba57e2930ed21aed141e51e.tar.gz
git-4c007ae8351a0a2beba57e2930ed21aed141e51e.tar.bz2
Remove duplicated "is a"
Signed-off-by: João Britto <jabcalves@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r--Documentation/diff-options.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 7e4bd42..c32105f 100644
--- 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