Import Commands - xamarin/proguard GitHub Wiki

ProGuard source code was imported into git by using fast-export.

Commands:

$ git clone git://repo.or.cz/fast-export.git
$ hg clone http://hg.code.sf.net/p/proguard/code proguard-code
$ cat > proguard.authors <<EOF
eric=Eric Lafortune <[email protected]>
EOF
$ mkdir proguard-code-git
$ cd proguard-code-git
$ git init .

# --force needed because I'm running this on macOS with a case-insensitive filesystem
$ ../fast-export/hg-fast-export.sh -r `pwd`/../proguard-code --force -A ../proguard.authors