hi, As just discussed on irc, I've renamed the branches in our team vlc.git. If you have a local clone of our pkg-multimedia's vlc.git, you'll either need to reclone, or adjust your branch setups. I've done the following in mine:
git branch -l git branch -m squeeze squeeze.old git branch -m sid squeeze git branch -m experimental master git branch -m maverick ubuntu git config -l git config branch.squeeze.merge refs/heads/squeeze git config branch.master.merge refs/heads/master git config branch.ubuntu.merge refs/heads/ubuntu This aligns the branch names to our other team branches. BTW, I think the 'squeeze.old' branch can be deleted now, right? -- Gruesse/greetings, Reinhard Tartler, KeyID 945348A4 _______________________________________________ pkg-multimedia-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-multimedia-maintainers
