mirror of
https://github.com/git/git.git
synced 2024-11-23 18:05:29 +08:00
doc: end sentences with full-stop
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
2e48553fda
commit
abab32a613
@ -223,5 +223,5 @@ diff.colorMoved::
|
||||
|
||||
diff.colorMovedWS::
|
||||
When moved lines are colored using e.g. the `diff.colorMoved` setting,
|
||||
this option controls the `<mode>` how spaces are treated
|
||||
for details of valid modes see '--color-moved-ws' in linkgit:git-diff[1].
|
||||
this option controls the `<mode>` how spaces are treated.
|
||||
For details of valid modes see '--color-moved-ws' in linkgit:git-diff[1].
|
||||
|
@ -48,7 +48,7 @@ When asking to 'abort' (which is the default), this program will die
|
||||
when encountering such a tag. With 'drop' it will omit such tags from
|
||||
the output. With 'rewrite', if the tagged object is a commit, it will
|
||||
rewrite the tag to tag an ancestor commit (via parent rewriting; see
|
||||
linkgit:git-rev-list[1])
|
||||
linkgit:git-rev-list[1]).
|
||||
|
||||
-M::
|
||||
-C::
|
||||
|
Loading…
Reference in New Issue
Block a user