diff options
author | Felipe Gonçalves Assis <felipeg.assis@gmail.com> | 2016-02-21 19:59:01 -0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-02-22 10:42:52 -0800 |
commit | 83837ec0b43bfd832ea00cd96e8b47c90991c473 (patch) | |
tree | 94467dae4ff0595e1829f5465b4f8aaeb0486685 /Documentation | |
parent | 1b47ad160b55f50a7a98c180e18d80f0f8f17a67 (diff) | |
download | git-83837ec0b43bfd832ea00cd96e8b47c90991c473.tar.gz git-83837ec0b43bfd832ea00cd96e8b47c90991c473.tar.xz |
merge-strategies.txt: fix typo
Signed-off-by: Felipe Gonçalves Assis <felipegassis@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/merge-strategies.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/merge-strategies.txt b/Documentation/merge-strategies.txt index ff359b6ca..2eb92b932 100644 --- a/Documentation/merge-strategies.txt +++ b/Documentation/merge-strategies.txt @@ -86,8 +86,8 @@ no-renames;; See also linkgit:git-diff[1] `--no-renames`. find-renames[=<n>];; - Turn on rename detection, optionally setting the the similarity - threshold. This is the default. + Turn on rename detection, optionally setting the similarity + threshold. This is the default. See also linkgit:git-diff[1] `--find-renames`. rename-threshold=<n>;; |