ls-remote: resurrect pattern limit support
authorJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 06:52:59 +0000 (22:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Dec 2007 08:55:46 +0000 (00:55 -0800)
"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>
No differences found