aboutsummaryrefslogtreecommitdiff
path: root/remote.c
diff options
context:
space:
mode:
authorFinn Arne Gangstad <finnag@pvv.org>2009-04-03 11:03:44 +0200
committerJunio C Hamano <gitster@pobox.com>2009-04-05 01:52:38 -0700
commitefa54803cb1dc15923799f94abf82cb0433c2b9b (patch)
tree6cb4725a694addf74782160c0ccf06795cbd9fb9 /remote.c
parentb92c5f228a9c07fe339c8fd5406069602b6452f6 (diff)
downloadgit-efa54803cb1dc15923799f94abf82cb0433c2b9b.tar.gz
git-efa54803cb1dc15923799f94abf82cb0433c2b9b.tar.xz
git remote update: New option --prune
With the --prune (or -p) option, git remote update will also prune all the remotes that it fetches. Previously, you had to do a manual git remote prune <remote> for each of the remotes you wanted to prune, and this could be tedious with many remotes. A single command will now update a set of remotes, and remove all stale branches: git remote update -p [group] Signed-off-by: Finn Arne Gangstad <finnag@pvv.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'remote.c')
0 files changed, 0 insertions, 0 deletions