]> git.ipfire.org Git - thirdparty/git.git/commit
Documentation: clarify %(contents:XXXX) doc
authorChristian Couder <christian.couder@gmail.com>
Fri, 10 Jul 2020 16:47:37 +0000 (18:47 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Jul 2020 20:15:42 +0000 (13:15 -0700)
commit9fcc9caf368aa1fb9ecc68c64b8918d82a637cdb
treef1ce00f865ff95714b2f3881f90e739829917af8
parent4a0fcf9f760c9774be77f51e1e88a7499b53d2e2
Documentation: clarify %(contents:XXXX) doc

Let's avoid a big dense paragraph by using an unordered
list for the %(contents:XXXX) format specifiers.

While at it let's also make the following improvements:

  - Let's not describe %(contents) using "complete message"
    as it's not clear what an incomplete message is.

  - Let's improve how the "subject" and "body" are
    described.

  - Let's state that "signature" is only available for
    tag objects.

Suggested-by: Jeff King <peff@peff.net>
Signed-off-by: Christian Couder <chriscool@tuxfamily.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt