Skip to content

Commit 48050fb

Browse files
committed
Merge branch 'mm/config-intro-in-git-doc'
* mm/config-intro-in-git-doc: git.txt: update description of the configuration mechanism
2 parents ce209d0 + c0179c0 commit 48050fb

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

Documentation/git.txt

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -535,10 +535,9 @@ include::cmds-purehelpers.txt[]
535535
Configuration Mechanism
536536
-----------------------
537537

538-
Starting from 0.99.9 (actually mid 0.99.8.GIT), `.git/config` file
539-
is used to hold per-repository configuration options. It is a
540-
simple text file modeled after `.ini` format familiar to some
541-
people. Here is an example:
538+
Git uses a simple text format to store customizations that are per
539+
repository and are per user. Such a configuration file may look
540+
like this:
542541

543542
------------
544543
#
@@ -553,13 +552,13 @@ people. Here is an example:
553552
; user identity
554553
[user]
555554
name = "Junio C Hamano"
556-
email = "junkio@twinsun.com"
555+
email = "gitster@pobox.com"
557556

558557
------------
559558

560559
Various commands read from the configuration file and adjust
561560
their operation accordingly. See linkgit:git-config[1] for a
562-
list.
561+
list and more details about the configuration mechanism.
563562

564563

565564
Identifier Terminology

0 commit comments

Comments
 (0)