contrib/mtn2git: Add a tool to export the monotone database to git
authorHolger Freyther <zecke@selfish.org>
Mon, 8 Oct 2007 17:49:51 +0000 (17:49 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 8 Oct 2007 17:49:51 +0000 (17:49 +0000)
commitacc0db4b28f5e59bfa4c4e7bb2aaff3f5231c5da
treebcf4743247dd01d01978dc53395af3f28869ffb9
parent8509e92c44e3df14f799c38a0501f4127ab6e503
contrib/mtn2git: Add a tool to export the monotone database to git
    This is just a snapshot from my mtn tree on the request of some random
    people sitting in this room...
    This will use the automate interface of monotone to export the history
    in a format readable by git-fast-import
    ../../mtn2git/mtn2git.py --db ../../../mtn2git/OE.mtn --marks=../mtn2git-marks --status=../mtn2git-status.v2 | git-fast-import --date-format=rfc2822 --import-marks=../git-import-marks --export-marks=../git-import-marks
contrib/mtn2git/.mtn2git_empty [new file with mode: 0644]