builtin-remote.c: no "commented out" code, please
And especially do not use // comment. Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
e5dcbfd9ab
commit
8321c56b6b
@ -333,7 +333,6 @@ static int get_push_ref_states(const struct ref *remote_refs,
|
|||||||
info->status = PUSH_STATUS_FASTFORWARD;
|
info->status = PUSH_STATUS_FASTFORWARD;
|
||||||
else
|
else
|
||||||
info->status = PUSH_STATUS_OUTOFDATE;
|
info->status = PUSH_STATUS_OUTOFDATE;
|
||||||
// ref->peer_ref = NULL; /* local ref which is freed below */
|
|
||||||
}
|
}
|
||||||
free_refs(local_refs);
|
free_refs(local_refs);
|
||||||
free_refs(push_map);
|
free_refs(push_map);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user