]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fix-typo: consecutive-word duplications
authorryenus <ryenus@gmail.com>
Sun, 15 Dec 2019 15:12:24 +0000 (15:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Dec 2019 19:53:11 +0000 (11:53 -0800)
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>
Documentation/RelNotes/2.7.3.txt
Makefile
graph.c
submodule-config.c
t/t5314-pack-cycle-detection.sh

index 6adf038915e86d720bc6f22b4fb780f394ae00be..f618d71efd3e9d6be1afe72e007f455156e75378 100644 (file)
@@ -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
index b7d7374dacebc8e4841f92ca42a05ee0dde43ba9..42a061d3fb7583b4ac02f7af031c8ee5800027c2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -481,7 +481,7 @@ all::
 #
 # When DEVELOPER is set, DEVOPTS can be used to control compiler
 # options.  This variable contains keywords separated by
-# whitespace. The following keywords are are recognized:
+# whitespace. The following keywords are recognized:
 #
 #    no-error:
 #
diff --git a/graph.c b/graph.c
index e3fd0ea5f806a2598800041e97f049b2e5ba9ae3..5da111f56764f7e2db6e5f654fb4d222cc09ecdb 100644 (file)
--- a/graph.c
+++ b/graph.c
@@ -218,7 +218,7 @@ struct git_graph {
        int merge_layout;
        /*
         * The number of columns added to the graph by the current commit. For
-        * 2-way and octopus merges, this is is usually one less than the
+        * 2-way and octopus merges, this is usually one less than the
         * number of parents:
         *
         *              | | |                   | |    \
index b93482d834ba54ce0209af16fb9e05740f565ba2..85064810b20adc7dc02e1d7a776b58437e9595c6 100644 (file)
@@ -626,7 +626,7 @@ static void submodule_cache_check_init(struct repository *repo)
 
 /*
  * Note: This function is private for a reason, the '.gitmodules' file should
- * not be used as as a mechanism to retrieve arbitrary configuration stored in
+ * not be used as a mechanism to retrieve arbitrary configuration stored in
  * the repository.
  *
  * Runs the provided config function on the '.gitmodules' file found in the
index e525466de09856fe2c99345d34b7776f451b1c2a..0aec8619e22dc97c9ec7d78c7e136fb388034fc7 100755 (executable)
@@ -53,7 +53,7 @@ immediately after the lookup for "dummy".
 
 
 
-# Create a pack containing the the tree $1 and blob $1:file, with
+# Create a pack containing the tree $1 and blob $1:file, with
 # the latter stored as a delta against $2:file.
 #
 # We convince pack-objects to make the delta in the direction of our choosing