aboutsummaryrefslogtreecommitdiff
path: root/builtin/clone.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-05-25 15:25:44 -0700
committerJunio C Hamano <gitster@pobox.com>2011-05-25 15:25:44 -0700
commit6741c2e64adabfa0422b6d60db177ca88a5eca35 (patch)
tree05b2b3563bd184fd4666e294d93a67140565cb90 /builtin/clone.c
parentf612a71cc901e34f5cf154e6605b7251744f6b95 (diff)
parent09ffc706e48f93ed622a9a61704b2f767666b30d (diff)
downloadgit-6741c2e64adabfa0422b6d60db177ca88a5eca35.tar.gz
git-6741c2e64adabfa0422b6d60db177ca88a5eca35.tar.xz
Merge branch 'maint'
* maint: init/clone: remove short option -L and document --separate-git-dir
Diffstat (limited to 'builtin/clone.c')
-rw-r--r--builtin/clone.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/clone.c b/builtin/clone.c
index 49c838fd3..f579794d9 100644
--- a/builtin/clone.c
+++ b/builtin/clone.c
@@ -81,7 +81,7 @@ static struct option builtin_clone_options[] = {
"path to git-upload-pack on the remote"),
OPT_STRING(0, "depth", &option_depth, "depth",
"create a shallow clone of that depth"),
- OPT_STRING('L', "separate-git-dir", &real_git_dir, "gitdir",
+ OPT_STRING(0, "separate-git-dir", &real_git_dir, "gitdir",
"separate git dir from working tree"),
OPT_END()