Documentation/git-for-each-ref: clarify peeling of tags for --format
authorMichael J Gruber <git@grubix.eu>
Fri, 18 Aug 2017 14:51:23 +0000 (16:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 18 Aug 2017 16:54:10 +0000 (09:54 -0700)
commit794b7e1674671093cf01b7b0f4467c9ba83e7c11
treef77907bb44dfa81b412e96bcbb2eb519cf23a359
parente4933cee53bce14ae040d02d0febd678c5686dde
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 <git@grubix.eu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-for-each-ref.txt