Message ID | 1faa934a152d2eedc8949c1e17aff787614770e2.1708468374.git.gitgitgadget@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | abab32a613bca1ffe70f2d992e929182c8b99c4e |
Headers | show |
Series | Doc placeholders | expand |
"Jean-Noël Avila via GitGitGadget" <gitgitgadget@gmail.com> writes: > Subject: Re: [PATCH 3/3] doc: add some missing sentence dots. "sentence dots." -> "full stop at the end of sentence" or something? > diff --git a/Documentation/config/diff.txt b/Documentation/config/diff.txt > index bd5ae0c3378..6c7e09a1ef5 100644 > --- a/Documentation/config/diff.txt > +++ b/Documentation/config/diff.txt > @@ -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]. Very good. Thanks for spotting this one. > diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt > index 4643ddbe68f..752e4b9b01d 100644 > --- a/Documentation/git-fast-export.txt > +++ b/Documentation/git-fast-export.txt > @@ -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]). Ditto.
diff --git a/Documentation/config/diff.txt b/Documentation/config/diff.txt index bd5ae0c3378..6c7e09a1ef5 100644 --- a/Documentation/config/diff.txt +++ b/Documentation/config/diff.txt @@ -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]. diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 4643ddbe68f..752e4b9b01d 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -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::