save
[~madcoder/fosdem.git] / 01-import-upstream.txt
1 $ git checkout upstream
2 $ rm -rf *
3 $ tar xf ~/tokyocabinet-1.1.15.tar.gz --strip 1
4 $ git add .
5 $ git commit -as
6
7 $ mv ~/tokyocabinet-1.1.15.tar.gz ../tokyocabinet_1.1.15.orig.tar.gz
8 $ pristine-tar commit ../tokyocabinet_1.1.15.orig.tar.gz `git rev-parse HEAD`
9
10 That's it