This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# bzr2git | |
# (c) Tobias Frost 2009. Released under the GPL3. | |
# http://blog.coldtobi.de | |
# This script takes a bazaar (bzr) repository and makes a git repository out of | |
# it. The current dir should be the bzw one, the git one is created in | |
# new_git_repo. |