diff options
author | João Britto <jabcalves@gmail.com> | 2011-05-06 01:16:17 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-05 22:14:15 -0700 |
commit | 4c007ae8351a0a2beba57e2930ed21aed141e51e (patch) | |
tree | aebc73749e3967facc6a043dca1a84bae2567334 | |
parent | t3701: fix here document (diff) | |
download | tgif-4c007ae8351a0a2beba57e2930ed21aed141e51e.tar.xz |
Remove duplicated "is a"
Signed-off-by: João Britto <jabcalves@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/diff-options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt index 7e4bd425e1..c32105f1ed 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 |