summaryrefslogtreecommitdiffstats
path: root/git.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-18 16:41:17 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-18 16:41:17 -0800
commit2da4ac450ace11825c8905d13c97e9d71a6bfc45 (patch)
tree6103c9d40ef94537f8c037234ff944b880ae5579 /git.txt
parent80ad00d04ac0573df6d945f3b7741ceadfdf7bb2 (diff)
downloadgit-htmldocs-2da4ac450ace11825c8905d13c97e9d71a6bfc45.tar.gz
Autogenerated HTML docs for v1.8.2-rc0-16-g20a59
Diffstat (limited to 'git.txt')
-rw-r--r--git.txt11
1 files changed, 5 insertions, 6 deletions
diff --git a/git.txt b/git.txt
index 0b681d9a1..2d975e3b0 100644
--- a/git.txt
+++ b/git.txt
@@ -535,10 +535,9 @@ include::cmds-purehelpers.txt[]
Configuration Mechanism
-----------------------
-Starting from 0.99.9 (actually mid 0.99.8.GIT), `.git/config` file
-is used to hold per-repository configuration options. It is a
-simple text file modeled after `.ini` format familiar to some
-people. Here is an example:
+Git uses a simple text format to store customizations that are per
+repository and are per user. Such a configuration file may look
+like this:
------------
#
@@ -553,13 +552,13 @@ people. Here is an example:
; user identity
[user]
name = "Junio C Hamano"
- email = "junkio@twinsun.com"
+ email = "gitster@pobox.com"
------------
Various commands read from the configuration file and adjust
their operation accordingly. See linkgit:git-config[1] for a
-list.
+list and more details about the configuration mechanism.
Identifier Terminology