]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-stash.txt
stash doc SYNOPSIS & -h: correct padding around "[]()"
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 13 Oct 2022 15:39:07 +0000 (17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Oct 2022 16:32:55 +0000 (09:32 -0700)
commit007512152e1c8cf64dbb12d8bbc86f5a2514b78d
tree84de6855072eed35c362dbc9509e5bd4fd7f1e09
parente2f4e7e8c0f77e45c51ac937fb870351517437c8
stash doc SYNOPSIS & -h: 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>
Documentation/git-stash.txt
builtin/stash.c