author | Junio C Hamano <gitster@pobox.com> | |
Fri, 2 Sep 2011 23:33:22 +0000 (16:33 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Fri, 9 Sep 2011 22:19:02 +0000 (15:19 -0700) | ||
commit | f96400cb467af82e21acb3034dd214f4c8be11d0 | |
tree | 42b7f1942b1b04a346112ea3041e816346ae5f99 | tree | snapshot |
parent | f0e278b1b7a2c0ecbecf644a18c1383dc426db30 | commit | diff |
check_everything_connected(): libify
Extract the helper function and the type definition of the iterator
function it uses out of builtin/fetch.c into a separate source and a
header file.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Extract the helper function and the type definition of the iterator
function it uses out of builtin/fetch.c into a separate source and a
header file.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
builtin/fetch.c | diff | blob | history | |
connected.c | [new file with mode: 0644] | blob |
connected.h | [new file with mode: 0644] | blob |