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