martin f krafft wrote:
> Right now, I have to do
> 
> [foo]
> checkout = git clone git://... foo
> 
> that is, repeat the name of the repository on the checkout line.
> Using $REPO does not work. It would be nice if it would!

$MR_REPO is set to the full path, so you could use $(basename $MR_REPO)

Not sure if that's any shorter than just repeating "foo". If you have a
checkout function of some sort, it would make sense for the function to
look at it though.

-- 
see shy jo

Attachment: signature.asc
Description: Digital signature

Reply via email to