fetch-pack.c: inline insert_alternate_refs()
commitc41a802fe9593db67f458bde9f15f51fdf3f4f1a
authorMichael Haggerty <mhagger@alum.mit.edu>
Sat, 11 Feb 2012 06:20:58 +0000 (11 07:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Feb 2012 03:50:39 +0000 (12 19:50 -0800)
treeecfaa2d7081d771262a9a39a5b8d4056a52e2bba
parent65385ef7d457d740eddae2c4179064b8e13ac777
fetch-pack.c: inline insert_alternate_refs()

The logic of the (single) caller is clearer without encapsulating this
one line in a function.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch-pack.c