From 12f59ade001b217881a94c128d8483589f87a3c1 Mon Sep 17 00:00:00 2001 From: Evan Broder Date: Wed, 24 Dec 2008 17:46:14 -0500 Subject: [PATCH] Create specification for grafts file. No entries in the file yet - those will come shortly. svn path=/trunk/scripts/git-migration/; revision=1878 --- grafts | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 grafts 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) -- 1.7.9.5