All of lore.kernel.org
 help / color / mirror / Atom feed
* Does cloning a shallow repo require special setting in the cloned one?
@ 2009-02-26  3:49 roylee17
  2009-02-26  6:34 ` Teemu Likonen
  0 siblings, 1 reply; 8+ messages in thread
From: roylee17 @ 2009-02-26  3:49 UTC (permalink / raw)
  To: git


Hi,

I have a question about cloning shallow repo.

$ git clone --depth 1 git://git2.kernel.org/pub/scm/git/git.git git-shallow
ok, 'git log' gives a 2-revision history.

$ git clone git://git2.kernel.org/pub/scm/git/git.git git-full
'git log' gives a full history

$ git clone --depth 1 git-full git-shallow2
'git log' still gives a full history

Why can't I clone a shallow repo from the git-full?
Does it requires some settings in the git-full repo?

Regards,
Roy
Roy
-- 
View this message in context: http://n2.nabble.com/Does-cloning-a-shallow-repo-require-special-setting-in-the-cloned-one--tp2387799p2387799.html
Sent from the git mailing list archive at Nabble.com.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-02-27  0:43 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-26  3:49 Does cloning a shallow repo require special setting in the cloned one? roylee17
2009-02-26  6:34 ` Teemu Likonen
2009-02-26  7:33   ` Roy Lee
2009-02-26 10:46   ` Jeff King
2009-02-26 11:17     ` Johannes Schindelin
2009-02-26 13:19       ` Jeff King
2009-02-26 13:01     ` Roy Lee
2009-02-27  0:42       ` Jakub Narebski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.