Create specification for grafts file.
authorEvan Broder <broder@mit.edu>
Wed, 24 Dec 2008 22:46:14 +0000 (17:46 -0500)
committerEvan Broder <broder@mit.edu>
Wed, 24 Dec 2008 22:46:14 +0000 (17:46 -0500)
No entries in the file yet - those will come shortly.

svn path=/trunk/scripts/git-migration/; revision=1878

grafts [new file with mode: 0644]

diff --git a/grafts b/grafts
new file mode 100644 (file)
index 0000000..eb89dd6
--- /dev/null
+++ b/grafts
@@ -0,0 +1,9 @@
+# The format of this file is:
+# package-that-vanished    package-it-vanished-into    n
+#
+# Where n is the number of the commit in the new repository where the
+# old package should be merged in, starting from the beginning of the
+# new package's history
+#
+# (n is translated into a revision using git rev-list --reverse
+# --skip=<n> | head -n 1)