Message ID | pull.1066.v2.git.1635438124.gitgitgadget@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | doc: fix grammar rules in commands' syntax | expand |
"Jean-Noël Avila via GitGitGadget" <gitgitgadget@gmail.com> writes: > There are command expressions which do not follow the grammar syntax rules. > > According to the coding guidelines, the placeholders must: > > * be in small letters > * enclosed in angle brackets > * use hyphens as spaces > > They also must represent tokens' meaning as atomic entities. > > Some fixups for git-credential, git-ls-files, git-init and git-http-push. > > changes since v1: > > * split changes across simpler commits > > Signed-off-by: Jean-Noël Avila jn.avila@free.fr > > Jean-Noël Avila (9): > doc: fix git credential synopsis > doc: split placeholders as individual tokens > doc: express grammar placeholders between angle brackets > doc: use only hyphens as word separators in placeholders > doc: git-ls-files: express options as optional alternatives > doc: use three dots for indicating repetition instead of star > doc: uniformize <URL> placeholders' case > doc: git-http-push: describe the refs as pattern pairs > doc: git-init: clarify file modes in octal. Thanks. All looked good to me.