1. GNOME migration to git
- rebase all your branches on master
- mv empathy empathy-old
- git clone git://git.gnome.org/empathy
- cd empathy
- git remote add old ../empathy-old
- git remote update
- git checkout -b my-branch old/my-branch
- git rebase --onto master old/master
If you can't easily rebase your branch on master, you can still migrate it but you have to know on which commit hash it was based and the new commit hash corresponding. You can find that with the search tool on the web interface. You can then do:
git rebase --onto <hash of the new base> <hash of the old base>
When all branches are ported, you can create a new public repository and push your new branches in it. Don't keep the repository where you did all porting because it contain 2 Empathy history.
2. git.collabora.co.uk repos
2.1. Ported
http://git.collabora.co.uk/?p=user/cassidy/empathy;a=summary
http://git.collabora.co.uk/?p=user/xclaesse/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/jonny/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/pierlux/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/jonathon/empathy;a=summary
http://git.collabora.co.uk/?p=user/davyd/empathy-davyd.git;a=summary
http://git.collabora.co.uk/?p=user/cosimoc/empathy.git;a=summary
2.2. Not ported yet
http://git.collabora.co.uk/?p=user/alban/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/bari/empathy-security.git;a=summary
http://git.collabora.co.uk/?p=user/bari/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/elliot/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/julioc/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/smcv/empathy.git;a=summary
http://git.collabora.co.uk/?p=user/treitter/empathy-metacontacts;a=summary
http://git.collabora.co.uk/?p=user/wjt/empathy-wjt.git;a=summary