Comment 1 for bug 1201382

Revision history for this message
Antonio Terceiro (terceiro) wrote : Re: [Bug 1201382] [NEW] feature request: specify git branch and directory in YAML install steps

the problem with using those lines as git command lines is that we would
have to parse the command line somehow to avoid the risk of shell
command injection. IMO it's better to pass in the needed info already in
a structured way.

I already saw a syntax for this somewhere, but I can't recall exactly
where. Maybe we can use a something like this:

REPOURL#branch#directory

where everything but the REPOURL is optional.