Skip to content

Commit abab32a

Browse files
jnavilagitster
authored andcommitted
doc: end sentences with full-stop
Signed-off-by: Jean-Noël Avila <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 2e48553 commit abab32a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/config/diff.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,5 +223,5 @@ diff.colorMoved::
223223

224224
diff.colorMovedWS::
225225
When moved lines are colored using e.g. the `diff.colorMoved` setting,
226-
this option controls the `<mode>` how spaces are treated
227-
for details of valid modes see '--color-moved-ws' in linkgit:git-diff[1].
226+
this option controls the `<mode>` how spaces are treated.
227+
For details of valid modes see '--color-moved-ws' in linkgit:git-diff[1].

Documentation/git-fast-export.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When asking to 'abort' (which is the default), this program will die
4848
when encountering such a tag. With 'drop' it will omit such tags from
4949
the output. With 'rewrite', if the tagged object is a commit, it will
5050
rewrite the tag to tag an ancestor commit (via parent rewriting; see
51-
linkgit:git-rev-list[1])
51+
linkgit:git-rev-list[1]).
5252

5353
-M::
5454
-C::

0 commit comments

Comments
 (0)