git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Andreas Ericsson <ae@op5.se>
To: git@vger.kernel.org
Subject: Re: Clone a repository with only the objects needed for a single tag
Date: Wed, 02 Nov 2005 09:49:50 +0100	[thread overview]
Message-ID: <43687DAE.2010604@op5.se> (raw)
In-Reply-To: <43687869.7060104@ust.hk>

Ben Lau wrote:
> Hi Junio,
> 
>  It works!  Thanks a lot.
> 
>  However, it has a problem when involves the gitk/git-log.


Both those programs use the history, which you don't have. With a 
shallow repository like this some commands just won't work. git-*log and 
gitk are among those.

> 
> git-log/gitk do not complains afterward, but it also make gitk shows 
> nothing during run. Any solution?
> 

* Get a second machine with more disk-space and run the history tools 
there. If you use it as mothership and push your commits to it you'll be 
able to track your changes from the laptop as well.

* Get a larger disk. They're not terribly expensive now adays.

* Check out one tag (i.e. release) more than you need. Then you'll get 
history back to that tag.

-- 
Andreas Ericsson                   andreas.ericsson@op5.se
OP5 AB                             www.op5.se
Tel: +46 8-230225                  Fax: +46 8-230231

  reply	other threads:[~2005-11-02  8:49 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-02  2:02 Clone a repository with only the objects needed for a single tag Ben Lau
2005-11-02  7:01 ` Junio C Hamano
2005-11-02  8:27   ` Ben Lau
2005-11-02  8:49     ` Andreas Ericsson [this message]
2005-11-02  9:10       ` Ben Lau
2005-11-02  9:20     ` 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=43687DAE.2010604@op5.se \
    --to=ae@op5.se \
    --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).