diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-05-25 15:25:44 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-25 15:25:44 -0700 |
commit | 6741c2e64adabfa0422b6d60db177ca88a5eca35 (patch) | |
tree | 05b2b3563bd184fd4666e294d93a67140565cb90 /builtin/clone.c | |
parent | f612a71cc901e34f5cf154e6605b7251744f6b95 (diff) | |
parent | 09ffc706e48f93ed622a9a61704b2f767666b30d (diff) | |
download | git-6741c2e64adabfa0422b6d60db177ca88a5eca35.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/clone.c b/builtin/clone.c index 49c838fd3f..f579794d9a 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() |