From: Junio C Hamano
Date: Wed, 30 Apr 2008 08:45:27 +0000 (+0000)
Subject: Autogenerated HTML docs for v1.5.5.1-114-g8d308
X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7d575a5e95514414281eb8f7d33d12c1b396edd2;p=git.git
Autogenerated HTML docs for v1.5.5.1-114-g8d308
---
diff --git a/config.txt b/config.txt
index 7a24f6e81..824e416e9 100644
--- a/config.txt
+++ b/config.txt
@@ -234,7 +234,13 @@ core.worktree::
used in combination with repositories found automatically in
a .git directory (i.e. $GIT_DIR is not set).
This can be overridden by the GIT_WORK_TREE environment
- variable and the '--work-tree' command line option.
+ variable and the '--work-tree' command line option. It can be
+ a absolute path or relative path to the directory specified by
+ --git-dir or GIT_DIR.
+ Note: If --git-dir or GIT_DIR are specified but none of
+ --work-tree, GIT_WORK_TREE and core.worktree is specified,
+ the current working directory is regarded as the top directory
+ of your working tree.
core.logAllRefUpdates::
Enable the reflog. Updates to a ref [ is logged to the file
diff --git a/git-config.html b/git-config.html
index 78ca9551d..f8cf71a07 100644
--- a/git-config.html
+++ b/git-config.html
@@ -973,7 +973,13 @@ core.worktree
used in combination with repositories found automatically in
a .git directory (i.e. $GIT_DIR is not set).
This can be overridden by the GIT_WORK_TREE environment
- variable and the --work-tree command line option.
+ variable and the --work-tree command line option. It can be
+ a absolute path or relative path to the directory specified by
+ --git-dir or GIT_DIR.
+ Note: If --git-dir or GIT_DIR are specified but none of
+ --work-tree, GIT_WORK_TREE and core.worktree is specified,
+ the current working directory is regarded as the top directory
+ of your working tree.
]
@@ -2422,7 +2428,7 @@ web.browser