[PATCH 0/4] format-rev: add --abbrev, --color, and --date
From: <hidden>
Date: 2026-08-13 17:24:26
From: Kristoffer Haugsbakk <redacted> Topic name: kh/format-rev-more-options Topic summary: Add three more options for controlling the formatting. Also do some minor refactoring and text fixes as preparatory steps. [1/4] format-rev: use lower case for opts description [2/4] format-rev: factor option variables into a struct [3/4] doc: rev-list-options.adoc: factor out --date alts [4/4] format-rev: learn --abbrev, --color, and --date Documentation/git-format-rev.adoc | 44 +++++++++- .../rev-list-option-date-alternatives.adoc | 55 ++++++++++++ Documentation/rev-list-options.adoc | 56 +----------- builtin/name-rev.c | 88 ++++++++++++------- t/t6120-describe.sh | 44 ++++++++++ 5 files changed, 195 insertions(+), 92 deletions(-) create mode 100644 Documentation/rev-list-option-date-alternatives.adoc base-commit: 010afd3166ddc64c9863b1506f12cbcdda0d4ea1 -- 2.54.0.22.g9e26862b904