From 7d575a5e95514414281eb8f7d33d12c1b396edd2 Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Wed, 30 Apr 2008 08:45:27 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.5.1-114-g8d308
---
config.txt | 8 +++++++-
git-config.html | 10 ++++++++--
git-fsck.html | 5 +++--
git-fsck.txt | 3 ++-
git-prune.html | 25 ++++++++++++++++++++++++-
git-prune.txt | 20 ++++++++++++++++++++
git-unpack-objects.html | 4 ++--
git-unpack-objects.txt | 2 +-
git.html | 12 +++++++++---
git.txt | 10 ++++++++--
gitk.html | 12 +++++++++++-
gitk.txt | 6 ++++++
12 files changed, 101 insertions(+), 16 deletions(-)
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