vlc.git branch renamings

Reinhard Tartler siretart at tauware.de
Fri Aug 20 09:03:46 UTC 2010


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



More information about the pkg-multimedia-maintainers mailing list