On Tue, 2014-03-04 at 11:44 -0800, Junio C Hamano wrote:
> Krzesimir Nowak writes:
>
> > It might be possible (in "Gerrited" setups) to have local branches
> > outside refs/heads/, like for example in following fetch config:
> >
> > [remote "origin"]
> > url = ssh://u...@example.com/my-projec
Krzesimir Nowak writes:
> It might be possible (in "Gerrited" setups) to have local branches
> outside refs/heads/, like for example in following fetch config:
>
> [remote "origin"]
> url = ssh://u...@example.com/my-project
> fetch = +refs/heads/*:refs/remotes/origin/*
> fetch =
It might be possible (in "Gerrited" setups) to have local branches
outside refs/heads/, like for example in following fetch config:
[remote "origin"]
url = ssh://u...@example.com/my-project
fetch = +refs/heads/*:refs/remotes/origin/*
fetch = +refs/wip/*:refs/remotes/origin-
3 matches
Mail list logo