]> git.ipfire.org Git - thirdparty/git.git/commit
doc txt & -h consistency: fix mismatching labels
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 13 Oct 2022 15:39:10 +0000 (17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Oct 2022 16:32:56 +0000 (09:32 -0700)
commitf6a8ef07009bf44e2fed292439161c241e09b40d
treebd70b9109a364f7b3d7910441376fd064a502140
parenta0c3244796e22c54f247b0685067b7d204c62f0f
doc txt & -h consistency: fix mismatching labels

Fix various inconsistencies between command SYNOPSIS and the
corresponding -h output where our translatable labels didn't match
up.

In some cases we need to adjust the prose that follows the SYNOPSIS
accordingly, as it refers back to the changed label.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
18 files changed:
Documentation/git-clean.txt
Documentation/git-credential-cache--daemon.txt
Documentation/git-mv.txt
Documentation/git-receive-pack.txt
Documentation/git-tag.txt
Documentation/git-upload-archive.txt
builtin/bugreport.c
builtin/clean.c
builtin/commit-graph.c
builtin/for-each-repo.c
builtin/pack-redundant.c
builtin/rerere.c
builtin/rev-list.c
builtin/stash.c
builtin/unpack-file.c
builtin/upload-archive.c
builtin/verify-pack.c
builtin/worktree.c