Skip to content

Commit

Permalink
documentation: fix whitespace issues
Browse files Browse the repository at this point in the history
Get rid of extraneous whitespace, replace tab-after-fullstop with
space, etc.

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 2150b6f commit 42bdb80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Documentation/git-blame.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ which limits the annotation to the body of the `hello` subroutine.

When you are not interested in changes older than version
v2.6.18, or changes older than 3 weeks, you can use revision
range specifiers similar to 'git rev-list':
range specifiers similar to 'git rev-list':

git blame v2.6.18.. -- foo
git blame --since=3.weeks -- foo
Expand Down
2 changes: 1 addition & 1 deletion Documentation/git-check-ignore.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ linkgit:gitignore[5].
with a NUL character instead of a linefeed character.

-n, --non-matching::
Show given paths which don't match any pattern. This only
Show given paths which don't match any pattern. This only
makes sense when `--verbose` is enabled, otherwise it would
not be possible to distinguish between paths which match a
pattern and those which don't.
Expand Down

0 comments on commit 42bdb80

Please sign in to comment.