File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -531,10 +531,9 @@ include::cmds-purehelpers.txt[]
531
531
Configuration Mechanism
532
532
-----------------------
533
533
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:
538
537
539
538
------------
540
539
#
@@ -549,13 +548,13 @@ people. Here is an example:
549
548
; user identity
550
549
[user]
551
550
name = "Junio C Hamano"
552
- email = "junkio@twinsun .com"
551
+ email = "gitster@pobox .com"
553
552
554
553
------------
555
554
556
555
Various commands read from the configuration file and adjust
557
556
their operation accordingly. See linkgit:git-config[1] for a
558
- list.
557
+ list and more details about the configuration mechanism .
559
558
560
559
561
560
Identifier Terminology
You can’t perform that action at this time.
0 commit comments