From: João Britto Date: Fri, 6 May 2011 04:16:17 +0000 (-0300) Subject: Remove duplicated "is a" X-Git-Tag: v1.7.5.2~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c007ae8351a0a2beba57e2930ed21aed141e51e;p=git.git Remove duplicated "is a" Signed-off-by: João Britto Signed-off-by: Junio C Hamano --- diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 7e4bd425e..c32105f1e 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