public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* Feature Request: `git remote prune --all`
@ 2014-08-17  0:52 Travis Carden
  2014-08-17  7:18 ` Jeff King
  0 siblings, 1 reply; 3+ messages in thread
From: Travis Carden @ 2014-08-17  0:52 UTC (permalink / raw)
  To: git

I would like to propose the addition of a `git remote prune --all`
command option or similar mechanism for pruning all remotes in a
repository. For lack of such a feature, I've been using the following
bash alias:

alias git-remote-prune-all='for REMOTE in `git remote`; do echo
"Pruning $REMOTE"; git remote prune $REMOTE; done;'

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-08-18  5:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-17  0:52 Feature Request: `git remote prune --all` Travis Carden
2014-08-17  7:18 ` Jeff King
2014-08-18  5:56   ` Travis Carden

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox