commit | 67a7e2d07162dc470f7e3ae1889aad146e5b7917 | [log] [tgz] |
---|---|---|
author | Olivier Marin <dkr@freesurf.fr> | Tue Jun 10 16:51:21 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 10 22:43:05 2008 -0700 |
tree | 2455e22ee3401bb791fc9784a227331e643b2543 | |
parent | 0ecfcb3b700e7e3097a55f015894ad75f1097090 [diff] |
builtin-remote: split show_or_prune() in two separate functions This allow us to add different features to each of them and keep the code simple at the same time. Also create a get_remote_ref_states() to avoid duplicated code. Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>