git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Shakthi Prasad GS <shakthi.gs87@gmail.com>
To: git@vger.kernel.org
Subject: Can I use tmp_packs in the git root.
Date: Mon, 24 Sep 2012 22:57:09 +0530	[thread overview]
Message-ID: <CABx=OHw7P5ZpdDZ8XOKT4T03FUfPNAo9oX2mLR7OB95bWkXG_w@mail.gmail.com> (raw)

Hi,

I am trying implement git incremental clone/fetch
Please check https://github.com/Shakthi/gitreclone/blob/master/gitreclone
Basically, I am trying to use temporary git packs to avoid re-fetching
of the objects. However, it seems git ignores unpacked objects, and
git-fetch starts again from 0%.

Basically I use, "cat tmp_packs*|git-unpack-objects" . Log indicates
that, objects are unpacked.

Am I doing anything wrong,
Thanks
Shakthi

             reply	other threads:[~2012-09-24 17:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 17:27 Shakthi Prasad GS [this message]
2012-09-24 18:18 ` Can I use tmp_packs in the git root Junio C Hamano

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='CABx=OHw7P5ZpdDZ8XOKT4T03FUfPNAo9oX2mLR7OB95bWkXG_w@mail.gmail.com' \
    --to=shakthi.gs87@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).