git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* pushing from a shallow repo allowed?
@ 2009-02-12 22:02 Joey Hess
  2009-02-16 10:00 ` Mikael Magnusson
  0 siblings, 1 reply; 11+ messages in thread
From: Joey Hess @ 2009-02-12 22:02 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 1071 bytes --]

git-clone(1):
	A shallow repository has a number of
        limitations (you cannot clone or fetch from it, nor push from nor
        into it)

This and other documentation (shallow.txt, RelNotes-1.5.0.txt) says you
can't push from a shallow repo. But in a simple test of making a commit
to a shallow repo and pushing it out, it seems to work. AFAICS, git only
guards against pushes *into* a shallow repo, and fetching/cloning from a
shallow repository.

Are the docs out of date, or is there really still some problem
with pushing from a shallow repo?


BTW, --depth seems to be ignored when making a local clone.
This seems to have been fixed in the old shell git-clone in
d4110a9726c7cd5cda35b7dd03dc8f85fe3dff0c, was it accidentially lost
in the C version?

joey@gnu:~/src/other> git clone --depth 2 git git.shallow
Initialized empty Git repository in /home/joey/src/other/git.shallow/.git/
joey@gnu:~/src/other> cd git.shallow 
joey@gnu:~/src/other/git.shallow> git-log --pretty=oneline|wc -l
17009

git version 1.5.6.5

-- 
see shy jo

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2009-03-05  0:44 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-12 22:02 pushing from a shallow repo allowed? Joey Hess
2009-02-16 10:00 ` Mikael Magnusson
2009-03-03 11:33   ` [PATCH] git-clone.txt: document that pushing from a shallow clone may work Adeodato Simó
2009-03-03 11:57     ` Johannes Sixt
2009-03-03 12:08       ` Adeodato Simó
2009-03-03 19:27         ` Jay Soffian
2009-03-04 10:19           ` Adeodato Simó
2009-03-04 10:45             ` Junio C Hamano
2009-03-04 11:11               ` Johannes Schindelin
2009-03-05  0:41                 ` Junio C Hamano
2009-03-04 22:22               ` Adeodato Simó

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).