]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
.gitignore
Documentation/meson.build
Makefile
builtin.h
builtin/name-rev.c
command-list.txt
git.c
t/t1517-outside-repo.sh

diff --cc .gitignore
Simple merge
Simple merge
diff --cc Makefile
Simple merge
diff --cc builtin.h
Simple merge
Simple merge
Simple merge
diff --cc git.c
Simple merge
Simple merge