source: trunk/scripts/git-migration/grafts @ 1878

Last change on this file since 1878 was 1878, checked in by broder, 15 years ago

Create specification for grafts file.

No entries in the file yet - those will come shortly.

File size: 345 bytes
Line 
1# The format of this file is:
2# package-that-vanished    package-it-vanished-into    n
3#
4# Where n is the number of the commit in the new repository where the
5# old package should be merged in, starting from the beginning of the
6# new package's history
7#
8# (n is translated into a revision using git rev-list --reverse
9# --skip=<n> | head -n 1)
Note: See TracBrowser for help on using the repository browser.