shallow repository: disable unsupported operations for now.
commita0022eebf345a4515c7d148c303911010b1fa834
authorJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 06:23:58 +0000 (21 22:23 -0800)
committerJunio C Hamano <junkio@cox.net>
Mon, 22 Jan 2007 06:23:58 +0000 (21 22:23 -0800)
tree6a0924178128df3ac8caace32e404eea04375f22
parentf43117a6c134f3b7873983eae0df1cc14b270ff1
shallow repository: disable unsupported operations for now.

We currently do not support fetching/cloning from a shallow repository
nor pushing into one.  Make sure these are not attempted so that we
do not have to worry about corrupting repositories needlessly.

Signed-off-by: Junio C Hamano <junkio@cox.net>
receive-pack.c
upload-pack.c