commit | b344e1614b15dfde0ab4dfc175bed1aac39bc264 | [log] [tgz] |
---|---|---|
author | Finn Arne Gangstad <finnag@pvv.org> | Mon Apr 06 15:41:02 2009 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Apr 07 21:52:26 2009 -0700 |
tree | f10a28791949617e5075d635fb67ecb851d0e121 | |
parent | 9a23ba3375e2afa8045a433a3debce99c373beb2 [diff] |
git remote update: Fallback to remote if group does not exist Previously, git remote update <remote> would fail unless there was a remote group configured with the same name as the remote. git remote update will now fall back to using the remote if no matching group can be found. This enables "git remote update -p <remote>..." to fetch and prune one or more remotes, for example. Signed-off-by: Finn Arne Gangstad <finnag@pvv.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>