]> git.ipfire.org Git - thirdparty/git.git/commit
doc txt & -h consistency: use "git foo" form, not "git-foo"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 13 Oct 2022 15:39:17 +0000 (17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Oct 2022 16:32:57 +0000 (09:32 -0700)
commit3e4ebe3a40a799ce0b19e29d2fe62a36a196469c
tree87727e7a99f05fde733683150b0a3eb572c2f092
parenta5748670e387dd32450a59b00d17044a34818b9a
doc txt & -h consistency: use "git foo" form, not "git-foo"

Use the "git cmd" form instead of "git-cmd" for both "git
receive-pack" and "git credential-cache--daemon".

For "git-receive-pack" we do have a binary with that name, even when
installed with SKIP_DASHED_BUILT_INS=YesPlease, but for the purposes
of the SYNOPSIS let's use the "git cmd" form like everywhere else. It
can be invoked like that (and our tests do so), the parts of our
documentation that explain when you need to use the dashed form do so,
and use it.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-receive-pack.txt
builtin/credential-cache--daemon.c