commit | 0ecfcb3b700e7e3097a55f015894ad75f1097090 | [log] [tgz] |
---|---|---|
author | Olivier Marin <dkr@freesurf.fr> | Tue Jun 10 16:51:08 2008 +0200 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jun 10 22:30:01 2008 -0700 |
tree | ddf0505acd318b58dfc6dcbd9dfecc3c9a3d83e4 | |
parent | ea81e10ff4e31820407f4cb1b8ebd87de9e51737 [diff] |
remote show: fix the -n option The perl version accepted a -n flag, to show local informations only without querying remote heads, that seems to have been lost in the C revrite. This restores the older behaviour and add a test case. Signed-off-by: Olivier Marin <dkr@freesurf.fr> Signed-off-by: Junio C Hamano <gitster@pobox.com>