EtcKeeper: Switching from bzr to git
You can export the bzr history into git by
cd /etc
git init
bzr fast-export --plain . | git fast-import
Then just reconfigure etckeeper to use git (set VCS="git"
in /etc/etckeeper/etckeeper.conf).
The above commands require the fastimport plugins to be installed in bzr and git.