* Niko Tyni <[email protected]> [121104 13:12]:
> When using the common way of naming branches hierarchically (feature/foo,
> feature/bar), the git-dpm special branches don't fit in well because
> the prefix is applied strictly to the start of the name.
>
> Instead of the current
>  feature/foo -> patched-feature/foo, upstream-feature/foo
> I'd like to see git-dpm use
>  feature/foo -> feature/patched-foo, feature/upstream-foo
>
> The current scheme works particularly badly with a user-based
> hierarchy where one namespace per user isn't enough:
>  ntyni/wheezy -> upstream-ntyni/wheezy

Note that you can set branch names to be used

e.g.
git config branch.ntyni/wheezy.dpmUpstreamBranch ntyni/upstream-wheezy
git config branch.ntyni/wheezy.dpmPatchedBranch ntyni/patched-wheezy

will change the related branches for ntyni/wheezy. (this of course needs
to be set for every debian branch).

I'll consider if there is a nice way to add a general config for this
(though I'm not sure if that is feasible).

        Bernhard R. Link


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to