Skip to content

Commit

Permalink
documentation: remove unnecessary hyphens
Browse files Browse the repository at this point in the history
Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Oct 9, 2023
1 parent 0a4f051 commit f22fdf3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Documentation/ReviewingGuidelines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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: ::
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-check-attr.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-merge-base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit f22fdf3

Please sign in to comment.