diff options
author | ryenus <ryenus@gmail.com> | 2019-12-15 15:12:24 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-16 11:53:11 -0800 |
commit | 571fb9657318b710825cde19b70f7da4392abd44 (patch) | |
tree | ec16cab2ee95dae1f73bd9a54fdade748424a738 /Documentation/RelNotes/2.7.3.txt | |
parent | The fifth batch (diff) | |
download | tgif-571fb9657318b710825cde19b70f7da4392abd44.tar.xz |
fix-typo: consecutive-word duplications
Correct unintentional duplication(s) of words, such as "the the",
and "can can" etc.
The changes are only applied to cases where it's fixing what is clearly
wrong or prone to misunderstanding, as suggested by the reviewers.
Helped-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Helped-by: Denton Liu <liu.denton@gmail.com>
Helped-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: ryenus <ryenus@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.7.3.txt')
-rw-r--r-- | Documentation/RelNotes/2.7.3.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/RelNotes/2.7.3.txt b/Documentation/RelNotes/2.7.3.txt index 6adf038915..f618d71efd 100644 --- a/Documentation/RelNotes/2.7.3.txt +++ b/Documentation/RelNotes/2.7.3.txt @@ -20,7 +20,7 @@ Fixes since v2.7.2 tests. * "git show 'HEAD:Foo[BAR]Baz'" did not interpret the argument as a - rev, i.e. the object named by the the pathname with wildcard + rev, i.e. the object named by the pathname with wildcard characters in a tree object. * "git rev-parse --git-common-dir" used in the worktree feature |