Code

Merge branch 'sr/vcs-helper'
[git.git] / Documentation / config.txt
index a1e36d7e423e01de796ac5f866536280618199d1..76173dbc5deaf1fdbff316b42e0a42ce61f4f32d 100644 (file)
@@ -1461,6 +1461,10 @@ remote.<name>.tagopt::
        Setting this value to \--no-tags disables automatic tag following when
        fetching from remote <name>
 
+remote.<name>.vcs::
+       Setting this to a value <vcs> will cause git to interact with
+       the remote with the git-remote-<vcs> helper.
+
 remotes.<group>::
        The list of remotes which are fetched by "git remote update
        <group>".  See linkgit:git-remote[1].