Teach git-remote to update existing remotes by fetching from them
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Feb 2007 04:00:00 +0000 (23:00 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Feb 2007 02:34:33 +0000 (18:34 -0800)
This allows users to use the command "git remote update" to update all
remotes that are being tracked in the repository.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found