]> git.ipfire.org Git - thirdparty/git.git/commitdiff
documentation: remove unnecessary hyphens
authorElijah Newren <newren@gmail.com>
Sun, 8 Oct 2023 06:45:18 +0000 (06:45 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Oct 2023 19:06:29 +0000 (12:06 -0700)
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/ReviewingGuidelines.txt
Documentation/git-check-attr.txt
Documentation/git-merge-base.txt

index 3e98c8a6af041e0cf42b3d539431f69fe27c39cc..515d470d23c1f178a60a2ea7734ba8930da42cba 100644 (file)
@@ -126,7 +126,7 @@ Terminology
 -----------
 nit: ::
        Denotes a small issue that should be fixed, such as a typographical error
-       or mis-alignment of conditions in an `if()` statement.
+       or misalignment of conditions in an `if()` statement.
 
 aside: ::
 optional: ::
index 6e4f3aaf34c9579004be4c3f8d644287913f1505..7fea245ed222c8c9c43ea776ec65e0f589b3db31 100644 (file)
@@ -29,7 +29,7 @@ OPTIONS
 
 --stdin::
        Read pathnames from the standard input, one per line,
-       instead of from the command-line.
+       instead of from the command line.
 
 -z::
        The output format is modified to be machine-parsable.
index 463764b9c1ec126aa911462015b13d284bedacaa..5cdcb5663cd3db7dcb464c828f8884b9b400aeed 100644 (file)
@@ -130,7 +130,7 @@ When the history involves criss-cross merges, there can be more than one
 ---2---o---o---B
 ....
 
-both '1' and '2' are merge-bases of A and B.  Neither one is better than
+both '1' and '2' are merge bases of A and B.  Neither one is better than
 the other (both are 'best' merge bases).  When the `--all` option is not given,
 it is unspecified which best one is output.