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[]
531531Configuration 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
556555Various commands read from the configuration file and adjust
557556their operation accordingly. See linkgit:git-config[1] for a
558- list.
557+ list and more details about the configuration mechanism .
559558
560559
561560Identifier Terminology
You can’t perform that action at this time.
0 commit comments