contrib/fast-import: add perl version of simple example
commite3490268120946cfae737ab3a884b082e962209d
authorJeff King <peff@peff.net>
Tue, 18 Sep 2007 07:26:27 +0000 (18 03:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2007 10:14:18 +0000 (18 03:14 -0700)
tree1c963d6b8cf2019eb11cd935b8a73415c047fefc
parent7f8cfadf218c8b28caf52b1490fb8b881945b0ea
contrib/fast-import: add perl version of simple example

This is based on the git-import.sh script, but is a little
more robust and efficient. More importantly, it should
serve as a quick template for interfacing fast-import with
perl scripts.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-import.perl [new file with mode: 0755]