Duy Nguyen <pclo...@gmail.com> writes: > Note that it also shows another corner case we need to be careful > about: master^{/regex} syntax _can_ contain colons in regex. I suppose > doing strchr to find the closing '}' here is better than what I did > below.
Yes, the posted patch breaks master^{/foo:bar}, I suppose.