]> git.ipfire.org Git - thirdparty/git.git/commit
doc txt & -h consistency: correct padding around "[]()"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 13 Oct 2022 15:39:06 +0000 (17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Oct 2022 16:32:55 +0000 (09:32 -0700)
commite2f4e7e8c0f77e45c51ac937fb870351517437c8
tree81bd265f19fad459337094169787409fc83f8f5e
parent8bc6f92486361bffde6f2e7cfb01e9ccb36399a3
doc txt & -h consistency: correct padding around "[]()"

The whitespace padding of alternatives should be of the form "[-f |
--force]" not "[-f|--force]". Likewise we should not have padding
before the first option, so "(--all | <pack-filename>...)" is correct,
not "( --all | <pack-filename>... )".

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
15 files changed:
Documentation/git-diff-files.txt
Documentation/git-hash-object.txt
Documentation/git-merge-base.txt
Documentation/git-pack-redundant.txt
Documentation/git-prune-packed.txt
Documentation/git-rerere.txt
Documentation/git-send-pack.txt
Documentation/git-show-branch.txt
Documentation/git-show-ref.txt
Documentation/git-var.txt
Documentation/git-verify-pack.txt
builtin/bugreport.c
builtin/commit-graph.c
builtin/diagnose.c
builtin/sparse-checkout.c