From 1025e759d75fb404411e3e835de17f798da3a3bf Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Fri, 23 Feb 2007 07:21:26 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.5.0.1-94-gef1a5
---
config.txt | 12 ++++++++++++
git-config.html | 18 +++++++++++++++++-
2 files changed, 29 insertions(+), 1 deletion(-)
diff --git a/config.txt b/config.txt
index f5c846f41..9d045d883 100644
--- a/config.txt
+++ b/config.txt
@@ -142,6 +142,18 @@ core.preferSymlinkRefs::
This is sometimes needed to work with old scripts that
expect HEAD to be a symbolic link.
+core.bare::
+ If true this repository is assumed to be 'bare' and has no
+ working directory associated with it. If this is the case a
+ number of commands that require a working directory will be
+ disabled, such as gitlink:git-add[1] or gitlink:git-merge[1].
++
+This setting is automatically guessed by gitlink:git-clone[1] or
+gitlink:git-init[1] when the repository was created. By default a
+repository that ends in "/.git" is assumed to be not bare (bare =
+false), while all other repositories are assumed to be bare (bare
+= true).
+
core.logAllRefUpdates::
Updates to a ref [ is logged to the file
"$GIT_DIR/logs/][", by appending the new and old
diff --git a/git-config.html b/git-config.html
index 7ea610cc5..aaa6c5451 100644
--- a/git-config.html
+++ b/git-config.html
@@ -710,6 +710,22 @@ core.preferSymlinkRefs
]
+core.bare
+
+
+
+ If true this repository is assumed to be bare and has no
+ working directory associated with it. If this is the case a
+ number of commands that require a working directory will be
+ disabled, such as git-add(1) or git-merge(1).
+
+This setting is automatically guessed by git-clone(1) or
+git-init(1) when the repository was created. By default a
+repository that ends in "/.git" is assumed to be not bare (bare =
+false), while all other repositories are assumed to be bare (bare
+= true).
+
+
core.logAllRefUpdates
@@ -1437,7 +1453,7 @@ transfer.unpackLimit