From acc0db4b28f5e59bfa4c4e7bb2aaff3f5231c5da Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Mon, 8 Oct 2007 17:49:51 +0000 Subject: 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 | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 contrib/mtn2git/.mtn2git_empty (limited to 'contrib/mtn2git') diff --git a/contrib/mtn2git/.mtn2git_empty b/contrib/mtn2git/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3