diff options
author | Nguyen Thai Ngoc Duy <pclouds@gmail.com> | 2011-05-24 23:40:32 +0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-25 09:30:26 -0700 |
commit | 09ffc706e48f93ed622a9a61704b2f767666b30d (patch) | |
tree | 125aa14cd9380e9af12a2c6d69c09426d7ebaa61 /Documentation/git-init.txt | |
parent | 9963e025e88f134cf07ef348d80a5821c69a7eb0 (diff) | |
download | git-09ffc706e48f93ed622a9a61704b2f767666b30d.tar.gz |
init/clone: remove short option -L and document --separate-git-dir
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-init.txt')
-rw-r--r-- | Documentation/git-init.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git-init.txt b/Documentation/git-init.txt index 58cd01145a..f2777a7786 100644 --- a/Documentation/git-init.txt +++ b/Documentation/git-init.txt @@ -9,7 +9,7 @@ git-init - Create an empty git repository or reinitialize an existing one SYNOPSIS -------- 'git init' [-q | --quiet] [--bare] [--template=<template_directory>] - [--separate-git-dir|-L <git dir>] + [--separate-git-dir <git dir>] [--shared[=<permissions>]] [directory] @@ -54,7 +54,6 @@ current working directory. Specify the directory from which templates will be used. (See the "TEMPLATE DIRECTORY" section below.) --L=<git dir>:: --separate-git-dir=<git dir>:: Instead of initializing the repository where it is supposed to be, |