remote: 'show' and 'prune' can take more than one remote
commitb17dd3f9d6b1657b3fbfb40a863fc2dce5f54798
authorThomas Rast <trast@inf.ethz.ch>
Wed, 24 Apr 2013 13:54:37 +0000 (24 15:54 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Apr 2013 20:13:21 +0000 (24 13:13 -0700)
treee75903a0b2f839dbfcd1d8d612bcef1210e32383
parent2d2e3d25595c1bcd2259db5eb7604f196d35949f
remote: 'show' and 'prune' can take more than one remote

The 'git remote show' and 'prune' subcommands are documented as taking
only a single remote name argument, but that is not the case; they
will simply iterate the action over all remotes given.  Update the
documentation and tests to match.

With the last user of the -f flag gone, we also remove the code
supporting it.

Signed-off-by: Thomas Rast <trast@inf.ethz.ch>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
t/t5505-remote.sh