Add script for importing bits-and-pieces to Git.
authorPeter Krefting <peter@softwolves.pp.se>
Thu, 3 Sep 2009 12:15:00 +0000 (13:15 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Sep 2009 16:49:13 +0000 (09:49 -0700)
Allows the user to import version history that is stored in bits and
pieces in the file system, for instance snapshots of old development
trees, or day-by-day backups. A configuration file is used to
describe the relationship between the different files and allow
describing branches and merges, as well as authorship and commit
messages.

Output is created in a format compatible with git-fast-import.

Full documentation is provided inline in perldoc format.

Signed-off-by: Peter Krefting <peter@softwolves.pp.se>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found