]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'kh/name-rev-custom-format' into next
authorJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 02:07:48 +0000 (11:07 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 02:07:48 +0000 (11:07 +0900)
commitc944d6131e4b19f87747416cfc1daa23af698cfb
tree7a9f391f333b08ec6f5d59f5a3bf5fd324de7932
parentad2d08eb44dc41c2ac92d9723603a0530fa44146
parent19e3106c4510bb50c370241c06e93f050f223d5c
Merge branch 'kh/name-rev-custom-format' into next

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