]> git.ipfire.org Git - thirdparty/git.git/commit
for-each-ref: clean up documentation of --format
authorVictoria Dye <vdye@github.com>
Tue, 14 Nov 2023 19:53:56 +0000 (19:53 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 16 Nov 2023 05:03:00 +0000 (14:03 +0900)
commitd1dfe6e936777c2f64d19fe516cff83e1ef9dca6
treef5acd03997bf4cfa50e5fde224b2242a6f995184
parentbd98f9774e10808276c13f8438aa3c71093bc6a4
for-each-ref: clean up documentation of --format

Move the description of the `*` prefix from the --format option
documentation to the part of the command documentation that deals with other
object type-specific modifiers. Also reorganize and reword the remaining
--format documentation so that the explanation of the default format doesn't
interrupt the details on format string interpolation.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt