Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 5cc5f09

Browse files
committed
Merge branch 'mm/config-intro-in-git-doc' into maint
* mm/config-intro-in-git-doc: git.txt: update description of the configuration mechanism
2 parents 92f561d + c0179c0 commit 5cc5f09

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
@@ -531,10 +531,9 @@ include::cmds-purehelpers.txt[]
531531
Configuration Mechanism
532532
-----------------------
533533

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

539538
------------
540539
#
@@ -549,13 +548,13 @@ people. Here is an example:
549548
; user identity
550549
[user]
551550
name = "Junio C Hamano"
552-
email = "junkio@twinsun.com"
551+
email = "gitster@pobox.com"
553552

554553
------------
555554

556555
Various commands read from the configuration file and adjust
557556
their operation accordingly. See linkgit:git-config[1] for a
558-
list.
557+
list and more details about the configuration mechanism.
559558

560559

561560
Identifier Terminology

0 commit comments

Comments
 (0)