Allow builtin-fetch's find_non_local_tags to append onto a list
commitc50b2b47999134a5da1f9a5ccb36855313e44e7d
authorShawn O. Pearce <spearce@spearce.org>
Mon, 3 Mar 2008 02:35:00 +0000 (2 21:35 -0500)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Mar 2008 08:05:45 +0000 (3 00:05 -0800)
tree17aa572e3524eb7f7e45e3a9dd0f7804b9fdc77e
parent5aaf7f2afb46621c371564b07225ff5e978fc4b5
Allow builtin-fetch's find_non_local_tags to append onto a list

By allowing the function to append onto the end of an existing list
we can do more interesting things, like join the list of tags we
want to fetch into the first fetch, rather than the second.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-fetch.c