]> git.ipfire.org Git - thirdparty/git.git/commit
doc txt & -h consistency: word-wrap
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Thu, 13 Oct 2022 15:39:02 +0000 (17:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Oct 2022 16:32:55 +0000 (09:32 -0700)
commit5af8b61cc36216bfde9d8b934fb8b657c2093aec
tree6620fb9dab8cf728be22d1e1d74e5f9455157170
parentacf7828e388a67f6a7a025dc68b7012a6c3eee75
doc txt & -h consistency: word-wrap

Change the documentation and -h output for those built-in commands
where both the -h output and *.txt were lacking in word-wrapping.

There are many more built-ins that could use this treatment, this
change is narrowed to those where this whitespace change is needed to
make the -h and *.txt consistent in the end.

In the case of "Documentation/git-hash-object.txt" and
"builtin/hash-object.c" this is not a "doc txt & -h consistency"
change, as we're changing both versions, doing so here makes a
subsequent change smaller.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
12 files changed:
Documentation/git-hash-object.txt
Documentation/git-worktree.txt
builtin/bugreport.c
builtin/commit-graph.c
builtin/commit-tree.c
builtin/diagnose.c
builtin/hash-object.c
builtin/init-db.c
builtin/interpret-trailers.c
builtin/read-tree.c
builtin/show-branch.c
builtin/show-ref.c