Merge branch 'es/pretty-describe-more'
commit6ba65f4ac321d628d754b3e5494a348a2106c03a
authorJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:48 +0000 (15 09:39 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 15 Dec 2021 17:39:48 +0000 (15 09:39 -0800)
treebb929dece36c58da445cab109b317b9379904e03
parent832ec72c3e15820c3b728b3a56398655d7bb7cb3
parenteccd97d0b02a87db0b0e828dd4f0b441c5462a9c
Merge branch 'es/pretty-describe-more'

Extend "git log --format=%(describe)" placeholder to allow passing
selected command-line options to the underlying "git describe"
command.

* es/pretty-describe-more:
  pretty: add abbrev option to %(describe)
  pretty: add tag option to %(describe)
  pretty.c: rework describe options parsing for better extensibility
Documentation/pretty-formats.txt
pretty.c