]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit2b72ccb20a3b758afb9de410a955f01d1b411414
treeeed809013158fea1c4d2840fc0e7577c492b02d7
parentf324cb50be3d88c6fb6123c85da749695a749f60
Add script for importing bits-and-pieces to Git.

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>
contrib/fast-import/import-directories.perl [new file with mode: 0755]