summaryrefslogtreecommitdiffstats
path: root/git-init.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-06-02 07:31:16 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-06-02 07:31:16 +0000
commit9e1793f616e87f4cb87e970250caa7b5ee8ad313 (patch)
tree8fbbdfbcf549bd60bd184ae0987347314be40d9e /git-init.txt
parent054ea0856e4bbd375c55e9f5960693e0da914411 (diff)
downloadgit-htmldocs-9e1793f616e87f4cb87e970250caa7b5ee8ad313.tar.gz
Autogenerated HTML docs for v1.5.6-rc0-84-g06f60
Diffstat (limited to 'git-init.txt')
-rw-r--r--git-init.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/git-init.txt b/git-init.txt
index b17ae8485..b48c31289 100644
--- a/git-init.txt
+++ b/git-init.txt
@@ -8,7 +8,7 @@ git-init - Create an empty git repository or reinitialize an existing one
SYNOPSIS
--------
-'git-init' [-q | --quiet] [--template=<template_directory>] [--shared[=<permissions>]]
+'git-init' [-q | --quiet] [--bare] [--template=<template_directory>] [--shared[=<permissions>]]
OPTIONS
@@ -20,6 +20,11 @@ OPTIONS
Only print error and warning messages, all other output will be suppressed.
+--bare::
+
+Create a bare repository. If GIT_DIR environment is not set, it is set to the
+current working directory.
+
--template=<template_directory>::
Provide the directory from which templates will be used. The default template