]> git.ipfire.org Git - thirdparty/git.git/commit - connected.h
check_everything_connected(): libify
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Sep 2011 23:33:22 +0000 (16:33 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Sep 2011 22:19:02 +0000 (15:19 -0700)
commitf96400cb467af82e21acb3034dd214f4c8be11d0
tree42b7f1942b1b04a346112ea3041e816346ae5f99
parentf0e278b1b7a2c0ecbecf644a18c1383dc426db30
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>
Makefile
builtin/fetch.c
connected.c [new file with mode: 0644]
connected.h [new file with mode: 0644]