author | Junio C Hamano <junkio@cox.net> | |
Mon, 22 Jan 2007 06:23:58 +0000 (22:23 -0800) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 22 Jan 2007 06:23:58 +0000 (22:23 -0800) | ||
commit | a0022eebf345a4515c7d148c303911010b1fa834 | |
tree | 6a0924178128df3ac8caace32e404eea04375f22 | tree | snapshot |
parent | f43117a6c134f3b7873983eae0df1cc14b270ff1 | commit | diff |
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>
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 | diff | blob | history | |
upload-pack.c | diff | blob | history |