From: Matt Hunter Date: Fri, 19 Jun 2026 09:44:27 +0000 (-0400) Subject: fetch: fixup a misaligned comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1a81aa364af949ea16127417926a7e1595ecc2b9;p=thirdparty%2Fgit.git fetch: fixup a misaligned comment Signed-off-by: Matt Hunter Signed-off-by: Junio C Hamano --- diff --git a/builtin/fetch.c b/builtin/fetch.c 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;