]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/name-rev-custom-format'
authorJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 00:57:44 +0000 (09:57 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 May 2026 00:57:44 +0000 (09:57 +0900)
commit056472b82d4cbabaf15fab4082bcf46978978771
tree6ef88c7ef2e1ca4f2696fe10a943ee39c26a79e1
parent6bfdc87e99ff67e1b850f5c3c370a810079b4f4f
parent19e3106c4510bb50c370241c06e93f050f223d5c
Merge branch 'kh/name-rev-custom-format'

A new builtin "git format-rev" is introduced for pretty formatting
one revision expression per line or commit object names found in
running text.

* kh/name-rev-custom-format:
  format-rev: introduce builtin for on-demand pretty formatting
  name-rev: make dedicated --annotate-stdin --name-only test
  name-rev: factor code for sharing with a new command
  name-rev: run clang-format before factoring code
  name-rev: wrap both blocks in braces
.gitignore
Documentation/meson.build
Makefile
builtin.h
builtin/name-rev.c
command-list.txt
git.c
t/t1517-outside-repo.sh