From: Evan Broder Date: Wed, 24 Dec 2008 22:46:14 +0000 (-0500) Subject: Create specification for grafts file. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/scripts/git-migration.git/commitdiff_plain/12f59ade001b217881a94c128d8483589f87a3c1 Create specification for grafts file. No entries in the file yet - those will come shortly. svn path=/trunk/scripts/git-migration/; revision=1878 --- diff --git a/grafts b/grafts new file mode 100644 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= | head -n 1)