author | Junio C Hamano <gitster@pobox.com> | |
Sun, 9 Dec 2007 06:52:59 +0000 (22:52 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 9 Dec 2007 08:55:46 +0000 (00:55 -0800) | ||
commit | 2ea7fe0d2c15a88e7e3131ad5e7e83c7320d8d0c | |
tree | ac64ee59506f0474c6487e1f1fe130ae51e6dcc0 | tree | snapshot |
parent | 1e931cb4d197e30504b6d2cc77b0b045b0167df6 | commit | diff |
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>
"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 | diff | blob | history |