contrib/fast-import: add simple shell example
commit7f8cfadf218c8b28caf52b1490fb8b881945b0ea
authorNguyen Thai Ngoc Duy <pclouds@gmail.com>
Tue, 18 Sep 2007 07:26:01 +0000 (18 03:26 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 18 Sep 2007 10:14:16 +0000 (18 03:14 -0700)
tree340ab8f386f4e008aa153cb72a6fe24fff5732a1
parent53271411e7c4d9b92cc5aa1cc02492e9a3593d23
contrib/fast-import: add simple shell example

This example just puts a directory under git control. It is
significantly slower than using the git tools directly, but
hopefully shows a bit how fast-import works.

  [jk: added header comments]

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/fast-import/git-import.sh [new file with mode: 0755]