summary refs log tree commit diff stats
path: root/doc/ranger.pod
diff options
context:
space:
mode:
authorAbdo Roig-Maranges <abdo.roig@gmail.com>2013-02-17 18:31:29 +0100
committerhut <hut@lavabit.com>2013-02-17 19:00:32 +0100
commit95bca173ce92294f31c052555b78938626f3c120 (patch)
treee03ce17ab651aa60932a5ab12183b8fc1fc32b8d /doc/ranger.pod
parent4fc4f85607b27df380184395f65161363db748f8 (diff)
downloadranger-95bca173ce92294f31c052555b78938626f3c120.tar.gz
document config options for vcs on the man page
Diffstat (limited to 'doc/ranger.pod')
-rw-r--r--doc/ranger.pod9
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/ranger.pod b/doc/ranger.pod
index c388aaf7..246dd4ab 100644
--- a/doc/ranger.pod
+++ b/doc/ranger.pod
@@ -694,10 +694,13 @@ Use the preview script defined in the setting I<preview_script>?
 
 Gather and display data about version control systems. Supported vcs: git, hg.
 
-=item vcs_backends [list]
+=item vcs_backend_git, vcs_backend_hg, vcs_backend_bzr [string]
 
-List of vcs backends to use. By default it is ['git', 'hg'], but can be set to
-handle only 'git' repositories, for example.
+Sets the state for the version control backend. The possible values are:
+    
+ disabled   don't display any information.
+ local      display only local state.
+ enabled    display both, local and remote state. May be slow for hg and bzr.
 
 =item xterm_alt_key [bool]