From: Junio C Hamano Date: Sun, 9 Dec 2007 06:52:59 +0000 (-0800) Subject: ls-remote: resurrect pattern limit support X-Git-Tag: v1.5.4-rc0~43 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2ea7fe0d2c15a88e7e3131ad5e7e83c7320d8d0c?hp=2ea7fe0d2c15a88e7e3131ad5e7e83c7320d8d0c 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 ---