@@ -8170,26 +8170,26 @@ <h3 id="_variables">Variables</h3>
8170
8170
< p > The default set of server options used when fetching from this remote.
8171
8171
These server options can be overridden by the < code > --server-option=</ code > command
8172
8172
line arguments.</ p >
8173
+ < div class ="paragraph ">
8174
+ < p > This is a multi-valued variable, and an empty value can be used in a higher
8175
+ priority configuration file (e.g. .< code > git/config</ code > in a repository) to clear
8176
+ the values inherited from a lower priority configuration files (e.g.
8177
+ < code > $HOME/.gitconfig</ code > ).</ p >
8178
+ </ div >
8173
8179
</ dd >
8174
8180
< dt class ="hdlist1 "> remote.<name>.followRemoteHEAD</ dt >
8175
8181
< dd >
8176
8182
< p > How < a href ="git-fetch.html "> git-fetch(1)</ a > should handle updates to < code > remotes/</ code > < em > <name></ em > < code > /HEAD</ code > .
8177
8183
The default value is "create", which will create < code > remotes/</ code > < em > <name></ em > < code > /HEAD</ code >
8178
- if it exists on the remote, but not locally, but will not touch an
8179
- already existing local reference. Setting to "warn" will print
8180
- a message if the remote has a different value, than the local one and
8184
+ if it exists on the remote, but not locally; this will not touch an
8185
+ already existing local reference. Setting it to "warn" will print
8186
+ a message if the remote has a different value than the local one;
8181
8187
in case there is no local reference, it behaves like "create".
8182
8188
A variant on "warn" is "warn-if-not-$branch", which behaves like
8183
8189
"warn", but if < code > HEAD</ code > on the remote is < code > $branch</ code > it will be silent.
8184
- Setting to "always" will silently update it to the value on the remote.
8185
- Finally, setting it to "never" will never change or create the local
8186
- reference.</ p >
8187
- < div class ="paragraph ">
8188
- < p > This is a multi-valued variable, and an empty value can be used in a higher
8189
- priority configuration file (e.g. .< code > git/config</ code > in a repository) to clear
8190
- the values inherited from a lower priority configuration files (e.g.
8191
- < code > $HOME/.gitconfig</ code > ).</ p >
8192
- </ div >
8190
+ Setting it to "always" will silently update < code > remotes/</ code > < em > <name></ em > < code > /HEAD</ code > to
8191
+ the value on the remote. Finally, setting it to "never" will never
8192
+ change or create the local reference.</ p >
8193
8193
</ dd >
8194
8194
< dt class ="hdlist1 "> remotes.<group></ dt >
8195
8195
< dd >
0 commit comments