]> git.ipfire.org Git - thirdparty/git.git/commit
fetch: rename function report_set_head
authorMatt Hunter <m@lfurio.us>
Fri, 19 Jun 2026 09:44:23 +0000 (05:44 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jun 2026 16:19:35 +0000 (09:19 -0700)
commitb4154d85de799e8bcebae9850bb892da59b78e86
tree08229ed921281d135ad7d1b43299facb2908ea7a
parentf8a7bbf09d4d8b4f29f689afd77e7c75b0f0cb37
fetch: rename function report_set_head

Update to the slightly more obvious name 'warn_set_head', which matches
the verbiage of the followRemoteHEAD options.

Signed-off-by: Matt Hunter <m@lfurio.us>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c