Skip to content

Commit 51de0d5

Browse files
trmalfuriousgitster
authored andcommitted
fetch: fixup a misaligned comment
Signed-off-by: Matt Hunter <m@lfurio.us> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c3bfc5a commit 51de0d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

builtin/fetch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1789,7 +1789,7 @@ static int set_head(const struct ref *remote_refs, struct remote *remote,
17891789
strbuf_addf(&b_head, "refs/remotes/%s/HEAD", remote->name);
17901790
strbuf_addf(&b_remote_head, "refs/remotes/%s/%s", remote->name, head_name);
17911791
}
1792-
/* make sure it's valid */
1792+
/* make sure it's valid */
17931793
if (!baremirror && !refs_ref_exists(refs, b_remote_head.buf)) {
17941794
result = 1;
17951795
goto cleanup;

0 commit comments

Comments
 (0)