git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Nguyen Thai Ngoc Duy" <pclouds@gmail.com>
To: "Git Mailing List" <git@vger.kernel.org>
Subject: git-import.sh using git-fast-import
Date: Mon, 27 Aug 2007 23:13:00 +0700	[thread overview]
Message-ID: <fcaeb9bf0708270913o37b2dbdfw2f5f7d89d9ab1d21@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2007-08-27 16:14 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-27 16:13 Nguyen Thai Ngoc Duy [this message]
2007-08-27 17:44 ` git-import.sh using git-fast-import 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fcaeb9bf0708270913o37b2dbdfw2f5f7d89d9ab1d21@mail.gmail.com \
    --to=pclouds@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).