@leroysheep / LeeRoySheep / commits / 1a81aa364a

fetch: fixup a misaligned comment

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

Matt Hunter committed Jun 19, 2026 at 05:44 UTC 1a81aa364af949ea16127417926a7e1595ecc2b9
1 file changed +1 -1
builtin/fetch.c
+1 -1
index 3c8210d177..25ab8803a8 100644 --- a/builtin/fetch.c +++ b/builtin/fetch.c @@ -1793,7 +1793,7 @@ static int set_head(const struct ref *remote_refs, struct remote *remote, strbuf_addf(&b_head, "refs/remotes/%s/HEAD", remote->name); strbuf_addf(&b_remote_head, "refs/remotes/%s/%s", remote->name, head_name); } - /* make sure it's valid */ + /* make sure it's valid */ if (!baremirror && !refs_ref_exists(refs, b_remote_head.buf)) { result = 1; goto cleanup;