]> git.ipfire.org Git - thirdparty/git.git/commitdiff
config/remote.txt: reunite 'severOption' description paragraphs
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Fri, 14 Feb 2025 17:36:17 +0000 (17:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Feb 2025 22:09:36 +0000 (14:09 -0800)
When 'remote.<name>.followRemoteHEAD' was added in b7f7d16562 (fetch:
add configuration for set_head behaviour, 2024-11-29), its description
was added to remote.txt in between the two paragraphs describing
'remote.<name>.serverOption'. Reunite these two paragraphs.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/remote.txt

index 4118c219c13ac6ba7bd624fad0764e498f6537b7..1b9814e8aa4237b10f7c80a2ecf61d7067f3d356 100644 (file)
@@ -101,6 +101,11 @@ remote.<name>.serverOption::
        The default set of server options used when fetching from this remote.
        These server options can be overridden by the `--server-option=` command
        line arguments.
++
+This is a multi-valued variable, and an empty value can be used in a higher
+priority configuration file (e.g. `.git/config` in a repository) to clear
+the values inherited from a lower priority configuration files (e.g.
+`$HOME/.gitconfig`).
 
 remote.<name>.followRemoteHEAD::
        How linkgit:git-fetch[1] should handle updates to `remotes/<name>/HEAD`.
@@ -114,8 +119,3 @@ remote.<name>.followRemoteHEAD::
        Setting to "always" will silently update it to the value on the remote.
        Finally, setting it to "never" will never change or create the local
        reference.
-+
-This is a multi-valued variable, and an empty value can be used in a higher
-priority configuration file (e.g. `.git/config` in a repository) to clear
-the values inherited from a lower priority configuration files (e.g.
-`$HOME/.gitconfig`).