From: Michael J Gruber Date: Fri, 18 Aug 2017 14:51:23 +0000 (+0200) Subject: Documentation/git-for-each-ref: clarify peeling of tags for --format X-Git-Tag: v2.14.2~8^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/794b7e1674671093cf01b7b0f4467c9ba83e7c11?hp=794b7e1674671093cf01b7b0f4467c9ba83e7c11 Documentation/git-for-each-ref: clarify peeling of tags for --format `*` in format strings means peeling of tag objects so that object field names refer to the object that the tag object points at, instead of the tag object itself. Currently, this is documented using grammar that is clearly inspired by classical latin, though missing more than an article in order to be classical english. Try and straighten that explanation out a bit. Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano ---