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 @@ -535,10 +535,9 @@ include::cmds-purehelpers.txt[]
535
535
Configuration Mechanism
536
536
-----------------------
537
537
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:
542
541
543
542
------------
544
543
#
@@ -553,13 +552,13 @@ people. Here is an example:
553
552
; user identity
554
553
[user]
555
554
name = "Junio C Hamano"
556
- email = "junkio@twinsun .com"
555
+ email = "gitster@pobox .com"
557
556
558
557
------------
559
558
560
559
Various commands read from the configuration file and adjust
561
560
their operation accordingly. See linkgit:git-config[1] for a
562
- list.
561
+ list and more details about the configuration mechanism .
563
562
564
563
565
564
Identifier Terminology
You can’t perform that action at this time.
0 commit comments