Skip to content
This repository has been archived by the owner on Jan 22, 2021. It is now read-only.

Import Commands

Jonathan Pryor edited this page Jan 12, 2017 · 2 revisions

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
Clone this wiki locally