Teach git-remote to update existing remotes by fetching from them
commit1e592d65b50dbec87fde9f4ef1b7fd8d90bf7b8c
authorTheodore Ts'o <tytso@mit.edu>
Mon, 19 Feb 2007 04:00:00 +0000 (18 23:00 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Feb 2007 02:34:33 +0000 (19 18:34 -0800)
treeab3514af964cda2bdd08b64bb1c5eb05342affd7
parent0bce7a52f2b723bf6717be2951df7c0a49337592
Teach git-remote to update existing remotes by fetching from them

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>
Documentation/config.txt
Documentation/git-remote.txt
git-remote.perl