Re-implement 'git remote update' using 'git fetch'
commit8db355964d89c19eb262ffe38e57e5a610e1cc05
authorBjörn Gustavsson <bgustavsson@gmail.com>
Tue, 10 Nov 2009 08:21:32 +0000 (10 09:21 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Nov 2009 09:02:15 +0000 (10 01:02 -0800)
treecdafb4166f3e8cac2a39db4f676b9802eb505fac
parent28a1540132ab98a82cb6ed2cb98458e4e7926acd
Re-implement 'git remote update' using 'git fetch'

In order not to duplicate functionality, re-implement 'git remote
update' in terms of 'git fetch'.

Signed-off-by: Björn Gustavsson <bgustavsson@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-remote.c