commit | 8d7679276af861b44e307c9879f6c4774f4944fc | [log] [tgz] |
---|---|---|
author | Olivier Marin <dkr@freesurf.fr> | Tue Jun 10 16:51:35 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 10 23:17:41 2008 -0700 |
tree | 3c60781578380ecd638465e57c7dbd32b5ef1cec | |
parent | 67a7e2d07162dc470f7e3ae1889aad146e5b7917 [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>