]> git.ipfire.org Git - thirdparty/git.git/commit
name-rev: run clang-format before factoring code
authorKristoffer Haugsbakk <code@khaugsbakk.name>
Mon, 11 May 2026 15:45:46 +0000 (17:45 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 May 2026 00:09:50 +0000 (09:09 +0900)
commitb9c1be43eb30084570781569920a92799afdceaf
tree1c79d0f1ae761a14a7a497ede78b3db527bbd293
parent7c78d24c52d65f4442e521c575ef887481a38439
name-rev: run clang-format before factoring code

We are about to move code around to prepare for adding a new
command. Let’s deal with clang-format changes first in the affected
areas.

Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/name-rev.c