Re: [PATCH] Restore ls-remote reference pattern matching

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Sergey Vlasov
Date: Sunday, December 9, 2007 - 6:26 am

On Sat, 08 Dec 2007 22:51:05 -0800 Junio C Hamano wrote:

[...]
[...]

This still does not match the behavior of the old shell implementation
completely - because $pat was not quoted, shell pattern characters in
$pat worked, and things like "git ls-remote . 'refs/heads/something--*'"
were possible (and used in some of my scripts), so a full fnmatch()
call is still needed.
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] Restore ls-remote reference pattern matching, Daniel Barkalow, (Sat Dec 8, 7:35 pm)
Re: [PATCH] Restore ls-remote reference pattern matching, Junio C Hamano, (Sat Dec 8, 8:22 pm)
Re: [PATCH] Restore ls-remote reference pattern matching, Daniel Barkalow, (Sat Dec 8, 10:16 pm)
Re: [PATCH] Restore ls-remote reference pattern matching, Junio C Hamano, (Sat Dec 8, 11:51 pm)
Re: [PATCH] Restore ls-remote reference pattern matching, Sergey Vlasov, (Sun Dec 9, 6:26 am)
Re: [PATCH] Restore ls-remote reference pattern matching, Eyvind Bernhardsen, (Sun Dec 9, 8:31 am)
Re: [PATCH] Restore ls-remote reference pattern matching, Junio C Hamano, (Sun Dec 9, 1:26 pm)
Re: [PATCH] Restore ls-remote reference pattern matching, Eyvind Bernhardsen, (Mon Dec 10, 2:16 am)
Re: [PATCH] Restore ls-remote reference pattern matching, Junio C Hamano, (Mon Dec 10, 2:56 am)