author | Nguyen Thai Ngoc Duy <pclouds@gmail.com> | |
Tue, 18 Sep 2007 07:26:01 +0000 (03:26 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 18 Sep 2007 10:14:16 +0000 (03:14 -0700) | ||
commit | 7f8cfadf218c8b28caf52b1490fb8b881945b0ea | |
tree | 340ab8f386f4e008aa153cb72a6fe24fff5732a1 | tree | snapshot |
parent | 53271411e7c4d9b92cc5aa1cc02492e9a3593d23 | commit | diff |
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>
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] | blob |