mbox series

[v2,0/3] Add some more options to the pretty-formats

Message ID 20211026013452.1372122-1-eschwartz@archlinux.org (mailing list archive)
Headers show
Series Add some more options to the pretty-formats | expand

Message

Eli Schwartz Oct. 26, 2021, 1:34 a.m. UTC
Here is the reworked implementation and all-new replacement first patch,
as suggested by review comments.

Minor tweaks to documentation in the second patch, otherwise
documentation and test cases are the same.

Eli Schwartz (3):
  pretty.c: rework describe options parsing for better extensibility
  pretty: add tag option to %(describe)
  pretty: add abbrev option to %(describe)

 Documentation/pretty-formats.txt | 16 +++++++---
 pretty.c                         | 55 ++++++++++++++++++++++++++------
 t/t4205-log-pretty-formats.sh    | 16 ++++++++++
 3 files changed, 72 insertions(+), 15 deletions(-)