commit | 1e592d65b50dbec87fde9f4ef1b7fd8d90bf7b8c | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Feb 18 23:00:00 2007 -0500 |
committer | Junio C Hamano <junkio@cox.net> | Mon Feb 19 18:34:33 2007 -0800 |
tree | ab3514af964cda2bdd08b64bb1c5eb05342affd7 | |
parent | 0bce7a52f2b723bf6717be2951df7c0a49337592 [diff] |
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>