Skip to content

Commit 42bdb80

Browse files
newrengitster
authored andcommitted
documentation: fix whitespace issues
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]>
1 parent 2150b6f commit 42bdb80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/git-blame.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ which limits the annotation to the body of the `hello` subroutine.
170170

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

175175
git blame v2.6.18.. -- foo
176176
git blame --since=3.weeks -- foo

Documentation/git-check-ignore.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ linkgit:gitignore[5].
5050
with a NUL character instead of a linefeed character.
5151

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

0 commit comments

Comments
 (0)