[LLVMdev] How to make release branch available in git (topic changed)

Anton Korobeynikov anton at korobeynikov.info
Wed Mar 9 23:53:43 PST 2011


Hi Tobias,

> The following expression e.g.
>
> /^.*(?<!trunk|RELEASE_2.).$/m
>
> uses lookbehind to matches on:
Thanks. Clever trick, but...

Variable length lookbehind not implemented in regex
m/^.*(?<!trunk|RELEASE_2.).$/ at /usr/lib/git-core/git-svn line 4078.

:(

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University



More information about the llvm-dev mailing list