Skip to content

Commit 66e35fc

Browse files
bebarinogitster
authored andcommitted
config.txt: Make configuration paragraph more consistent
By renaming 'information' to 'configuration' we capture more clearly what a configuration file holds. Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b7ee226 commit 66e35fc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/config.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ CONFIGURATION FILE
33

44
The git configuration file contains a number of variables that affect
55
the git command's behavior. The `.git/config` file in each repository
6-
is used to store the information for that repository, and
7-
`$HOME/.gitconfig` is used to store per user information as
6+
is used to store the configuration for that repository, and
7+
`$HOME/.gitconfig` is used to store a per-user configuration as
88
fallback values for the `.git/config` file. The file `/etc/gitconfig`
9-
can be used to store system-wide defaults.
9+
can be used to store a system-wide default configuration.
1010

1111
The configuration variables are used by both the git plumbing
1212
and the porcelains. The variables are divided into sections, wherein

0 commit comments

Comments
 (0)