Documentation/config.txt (and repo-config manpage): mark-up fix.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2006-12-30 22:39:24 -08:00
parent d77a64d353
commit a862f97e98

View File

@ -82,13 +82,13 @@ core.logAllRefUpdates::
only when the file exists. If this configuration only when the file exists. If this configuration
variable is set to true, missing "$GIT_DIR/logs/<ref>" variable is set to true, missing "$GIT_DIR/logs/<ref>"
file is automatically created for branch heads. file is automatically created for branch heads.
+
This information can be used to determine what commit This information can be used to determine what commit
was the tip of a branch "2 days ago". was the tip of a branch "2 days ago".
+
This value is true by default in a repository that has This value is true by default in a repository that has
a working directory associated with it, and false by a working directory associated with it, and false by
default in a bare repository. default in a bare repository.
core.repositoryFormatVersion:: core.repositoryFormatVersion::
Internal variable identifying the repository format and layout Internal variable identifying the repository format and layout