ls-remote: resurrect pattern limit support
commit2ea7fe0d2c15a88e7e3131ad5e7e83c7320d8d0c
authorJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 06:52:59 +0000 (8 22:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 08:55:46 +0000 (9 00:55 -0800)
treeac64ee59506f0474c6487e1f1fe130ae51e6dcc0
parent1e931cb4d197e30504b6d2cc77b0b045b0167df6
ls-remote: resurrect pattern limit support

"git ls-remote $remote $name1 $name2..." used to limit the output to
refs that end with one of the $name given from the command line, but
recent rewrite to C forgot to implement that support.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-ls-remote.c