@@ -2,7 +2,7 @@ CONFIGURATION FILE
22------------------
33
44The git configuration file contains a number of variables that affect
5- the git commands behaviour . They can be used by both the git plumbing
5+ the git commands behavior . They can be used by both the git plumbing
66and the porcelains. The variables are divided to sections, where
77in the fully qualified variable name the variable itself is the last
88dot-separated segment and the section name is everything before the last
@@ -53,7 +53,7 @@ core.gitProxy::
5353 may be set multiple times and is matched in the given order;
5454 the first match wins.
5555
56- Can be overriden by the 'GIT_PROXY_COMMAND' environment variable
56+ Can be overridden by the 'GIT_PROXY_COMMAND' environment variable
5757 (which always applies universally, without the special "for"
5858 handling).
5959
@@ -115,12 +115,12 @@ http.sslCert::
115115
116116http.sslKey::
117117 File containing the SSL private key when fetching or pushing
118- over HTTPS. Can be overriden by the 'GIT_SSL_KEY' environment
118+ over HTTPS. Can be overridden by the 'GIT_SSL_KEY' environment
119119 variable.
120120
121121http.sslCAInfo::
122122 File containing the certificates to verify the peer with when
123- fetching or pushing over HTTPS. Can be overriden by the
123+ fetching or pushing over HTTPS. Can be overridden by the
124124 'GIT_SSL_CAINFO' environment variable.
125125
126126http.sslCAPath::
@@ -129,13 +129,13 @@ http.sslCAPath::
129129 by the 'GIT_SSL_CAPATH' environment variable.
130130
131131http.maxRequests::
132- How many HTTP requests to launch in parallel. Can be overriden
132+ How many HTTP requests to launch in parallel. Can be overridden
133133 by the 'GIT_HTTP_MAX_REQUESTS' environment variable. Default is 5.
134134
135135http.lowSpeedLimit, http.lowSpeedTime::
136136 If the HTTP transfer speed is less than 'http.lowSpeedLimit'
137137 for longer than 'http.lowSpeedTime' seconds, the transfer is aborted.
138- Can be overriden by the 'GIT_HTTP_LOW_SPEED_LIMIT' and
138+ Can be overridden by the 'GIT_HTTP_LOW_SPEED_LIMIT' and
139139 'GIT_HTTP_LOW_SPEED_TIME' environment variables.
140140
141141i18n.commitEncoding::
@@ -166,12 +166,12 @@ showbranch.default::
166166
167167user.email::
168168 Your email address to be recorded in any newly created commits.
169- Can be overriden by the 'GIT_AUTHOR_EMAIL' and 'GIT_COMMITTER_EMAIL'
169+ Can be overridden by the 'GIT_AUTHOR_EMAIL' and 'GIT_COMMITTER_EMAIL'
170170 environment variables. See gitlink:git-commit-tree[1].
171171
172172user.name::
173173 Your full name to be recorded in any newly created commits.
174- Can be overriden by the 'GIT_AUTHOR_NAME' and 'GIT_COMMITTER_NAME'
174+ Can be overridden by the 'GIT_AUTHOR_NAME' and 'GIT_COMMITTER_NAME'
175175 environment variables. See gitlink:git-commit-tree[1].
176176
177177whatchanged.difftree::
0 commit comments