author | Olivier Marin <dkr@freesurf.fr> | |
Tue, 10 Jun 2008 14:51:35 +0000 (16:51 +0200) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 11 Jun 2008 06:17:41 +0000 (23:17 -0700) | ||
commit | 8d7679276af861b44e307c9879f6c4774f4944fc | |
tree | 3c60781578380ecd638465e57c7dbd32b5ef1cec | tree | snapshot |
parent | 67a7e2d07162dc470f7e3ae1889aad146e5b7917 | commit | diff |
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>
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 | diff | blob | history | |
builtin-remote.c | diff | blob | history | |
t/t5505-remote.sh | diff | blob | history |