author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 3 Mar 2008 02:35:00 +0000 (21:35 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Mon, 3 Mar 2008 08:05:45 +0000 (00:05 -0800) | ||
commit | c50b2b47999134a5da1f9a5ccb36855313e44e7d | |
tree | 17aa572e3524eb7f7e45e3a9dd0f7804b9fdc77e | tree | snapshot |
parent | 5aaf7f2afb46621c371564b07225ff5e978fc4b5 | commit | diff |
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>
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 | diff | blob | history |