X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/938ee6f6bb1384a4c57556fd9be62ebf278c8114..fd1e40043c417a0c6f352016899bccebbf2b708a:/doc/vcsh.1.ronn diff --git a/doc/vcsh.1.ronn b/doc/vcsh.1.ronn index 11db1ef..bab8bcd 100644 --- a/doc/vcsh.1.ronn +++ b/doc/vcsh.1.ronn @@ -3,6 +3,8 @@ vcsh(1) - manage config files in $HOME via fake bare git repositories ## SYNOPSIS +`vcsh` [] + `vcsh` clone [] `vcsh` delete @@ -21,7 +23,7 @@ vcsh(1) - manage config files in $HOME via fake bare git repositories `vcsh` rename -`vcsh` run +`vcsh` run `vcsh` setup @@ -29,7 +31,7 @@ vcsh(1) - manage config files in $HOME via fake bare git repositories `vcsh` write-gitignore -`vcsh` +`vcsh` `vcsh` @@ -59,6 +61,17 @@ an interactive user. ## OPTIONS +* -c: + Source prior to other configuration files + +* -d: + Enable debug mode + +* -v: + Enable verbose mode + +## COMMANDS + * clone: Clone an existing repository. @@ -101,13 +114,13 @@ an interactive user. Set up repository with recommended settings. * which : - Find in any tracked file name. + Find in name of any tracked file. * write-gitignore: Write .gitignore.d/ via git ls-files. * : - Shortcut to run `vcsh` on a repo. Will prepend `git` to by itself. + Shortcut to run `vcsh` on a repo. Will prepend `git` to . * : Shortcut to run `vcsh enter `. @@ -160,6 +173,11 @@ You can put any and all commands into this config file and they will be executed None are known at this time, but reports and/or patches are more than welcome. +## INTEROPERABILITY + +If you rely on `git submodule`, use `git` 1.7.12 or later. Earlier versions +do not clean internal variables properly before descending into a submodule. + ## HISTORY Like most people, the author initially made do with a single repository for all @@ -180,7 +198,7 @@ This manpage and `vcsh` itself were written by Richard "RichiH" Hartmann. Copyright 2011-2012 Richard Hartmann -Licensed under the GNU GPL version 3 or higher. +Licensed under the GNU GPL version 2 or higher. https://github.com/RichiH/vcsh