* git-import.sh using git-fast-import
@ 2007-08-27 16:13 Nguyen Thai Ngoc Duy
2007-08-27 17:44 ` Johannes Gilger
[not found] ` <20070828035430.GJ18160@spearce.org>
0 siblings, 2 replies; 3+ messages in thread
From: Nguyen Thai Ngoc Duy @ 2007-08-27 16:13 UTC (permalink / raw)
To: Git Mailing List
[-- Attachment #1: Type: text/plain, Size: 397 bytes --]
It is not really good. It does not run as fast as git-add &&
git-commit. But it can swallow big directories that git-add &&
git-commit can't. So I think I would share. It's also simpler than
those in contrib/fast-import, making it a good start for
git-fast-import's new users.
To run it, move inside the directory you want to import then type
./git-import.sh master 'your import message'
--
Duy
[-- Attachment #2: git-import.sh --]
[-- Type: application/x-sh, Size: 538 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: git-import.sh using git-fast-import
2007-08-27 16:13 git-import.sh using git-fast-import Nguyen Thai Ngoc Duy
@ 2007-08-27 17:44 ` Johannes Gilger
[not found] ` <20070828035430.GJ18160@spearce.org>
1 sibling, 0 replies; 3+ messages in thread
From: Johannes Gilger @ 2007-08-27 17:44 UTC (permalink / raw)
To: Git Mailing List
Hi,
nice of you to share, but i think the policy on this mailing list is to
include patches (and probably shellscripts like your's) in the message
itself rather than create a file attachment. I for one find it much more
convenient.
regards, jojo
Nguyen Thai Ngoc Duy wrote:
> It is not really good. It does not run as fast as git-add &&
> git-commit. But it can swallow big directories that git-add &&
> git-commit can't. So I think I would share. It's also simpler than
> those in contrib/fast-import, making it a good start for
> git-fast-import's new users.
>
> To run it, move inside the directory you want to import then type
> ./git-import.sh master 'your import message'
^ permalink raw reply [flat|nested] 3+ messages in thread
[parent not found: <20070828035430.GJ18160@spearce.org>]
end of thread, other threads:[~2007-08-29 15:20 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-27 16:13 git-import.sh using git-fast-import Nguyen Thai Ngoc Duy
2007-08-27 17:44 ` Johannes Gilger
[not found] ` <20070828035430.GJ18160@spearce.org>
[not found] ` <20070828055431.GA28311@coredump.intra.peff.net>
[not found] ` <20070828061118.GO18160@spearce.org>
[not found] ` <20070828063316.GB5444@coredump.intra.peff.net>
[not found] ` <20070829034725.GR18160@spearce.org>
[not found] ` <20070829041120.GA25779@coredump.intra.peff.net>
2007-08-29 15:20 ` Nicolas Pitre
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).