git --bare cmd: do not unconditionally nuke GIT_DIR
[gitweb.git] / Documentation / git.txt
index 3b0d530257c66a5562ced91cc506e49d4ff484d3..75b3e1b87c926dedc54e8e3ac1b120ea28a2b93f 100644 (file)
@@ -120,7 +120,10 @@ OPTIONS
        variable.
 
 --bare::
-       Same as --git-dir=`pwd`.
+       Treat the repository as a bare repository.  If GIT_DIR
+       environment is not set, it is set to the current working
+       directory.
+
 
 FURTHER DOCUMENTATION
 ---------------------