]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5505-remote.sh
remote prune: print the list of pruned branches
authorOlivier Marin <dkr@freesurf.fr>
Tue, 10 Jun 2008 14:51:35 +0000 (16:51 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 11 Jun 2008 06:17:41 +0000 (23:17 -0700)
commit8d7679276af861b44e307c9879f6c4774f4944fc
tree3c60781578380ecd638465e57c7dbd32b5ef1cec
parent67a7e2d07162dc470f7e3ae1889aad146e5b7917
remote prune: print the list of pruned branches

This command is really too quiet which make it unconfortable to use.

Also implement a --dry-run option, in place of the original -n one, to
list stale tracking branches that will be pruned, but do not actually
prune them.

Add a test case for --dry-run.

Signed-off-by: Olivier Marin <dkr@freesurf.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-remote.txt
builtin-remote.c
t/t5505-remote.sh