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