git-clone --shared should imply --local
authorPavel Roskin <proski@gnu.org>
Tue, 29 Nov 2005 06:20:49 +0000 (01:20 -0500)
committerJunio C Hamano <junkio@cox.net>
Tue, 29 Nov 2005 07:55:12 +0000 (23:55 -0800)
The "--shared" option to git-clone is silently ignored if "--local" is
not specified. The manual doesn't mention such dependency. Make
"--shared" imply "--local".

Signed-off-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found