mkdir -p conv/patches cd conv git svn clone svn://svn.videolan.org/dvblast --no-metadata -A ~/dvblast_authors.txt --stdlayout dvblast-svn cd dvblast-svn git format-patch --root 46012997c7eefa56554ba520c9171c25ff9a6902 -o ../patches git format-patch 46012997c7eefa56554ba520c9171c25ff9a6902 -o ../patches cd ../patches patch -p1 < ~/dvblast_fix_commits.diff cd .. mkdir dvblast-git cd dvblast-git git init export GIT_COMMITTER_NAME="Christophe Massiot" export GIT_COMMITTER_EMAIL="massiot@via.ecp.fr" git am --committer-date-is-author-date --whitespace=nowarn ../patches/* unset GIT_COMMITTER_NAME unset GIT_COMMITTER_EMAIL # Commit from: Mon May 11 14:54:00 2009 +0000 git tag 1.0 538c75d830d7ecf8b67b77641590331a5927703f # Commit from: Mon Nov 23 22:06:00 2009 +0000 git tag 1.1 bc6659c7c67d9e6170f28f1c852f541bdf801631 # Commit from: Mon Mar 1 13:33:31 2010 +0000 git tag 1.2 61b49107cd0b6ecdc4ba8898b4770fc479a0c2a1