]> git.ipfire.org Git - thirdparty/git.git/commit
trailer --parse help: expose aliased options
authorLinus Arver <linusa@google.com>
Thu, 7 Sep 2023 22:20:03 +0000 (22:20 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 Sep 2023 06:04:44 +0000 (23:04 -0700)
commit8c7d4acb075e0bcb8976d1802abc30a0fba52895
tree1f85aabb2bc7eed38b0a30bf515e2cb06a1ed76b
parentb674f25b81b7d6cb1136a5a47d917b0d289e8d26
trailer --parse help: expose aliased options

The existing description "set parsing options" is vague, because
arguably _all_ of the options for interpret-trailers have to do with
parsing to some degree.

Explain what this flag does to match what is in the docs, namely how
it is an alias for "--only-trailers --only-input --unfold".

Signed-off-by: Linus Arver <linusa@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/interpret-trailers.c