From 13f9aa52ae4f879854c857e8fd0f3b31adee869f Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Mon, 27 May 2013 23:46:28 +0200
Subject: [PATCH] Update static manpage

---
 vcsh.1 | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/vcsh.1 b/vcsh.1
index 21f011c..1d91f59 100644
--- a/vcsh.1
+++ b/vcsh.1
@@ -1,10 +1,10 @@
 .\" generated with Ronn/v0.7.3
 .\" http://github.com/rtomayko/ronn/tree/0.7.3
 .
-.TH "VCSH" "1" "April 2013" "" ""
+.TH "VCSH" "1" "May 2013" "" ""
 .
 .SH "NAME"
-\fBvcsh\fR \- manage config files in $HOME via fake bare git repositories
+\fBvcsh\fR \- manage config files in $HOME via fake bare Git repositories
 .
 .SH "SYNOPSIS"
 \fBvcsh\fR [\fIoptions\fR] \fIcommand\fR
@@ -40,7 +40,7 @@
 \fBvcsh\fR run \fIrepo\fR \fIshell command\fR
 .
 .P
-\fBvcsh\fR setup \fIrepo\fR
+\fBvcsh\fR upgrade \fIrepo\fR
 .
 .P
 \fBvcsh\fR version
@@ -61,7 +61,7 @@
 \fBvcsh\fR allows you to have several \fBgit\fR(1) repositories, all maintaining their working trees in $HOME without clobbering each other\. That, in turn, means you can have one repository per config set (zsh, vim, ssh, etc), picking and choosing which configs you want to use on which machine\.
 .
 .P
-\fBvcsh\fR is using a technique called fake bare git repositories, keeping \fI$GIT_DIR\fR in a different directory from \fI$GIT_WORK_TREE\fR which is pointed to \fI$HOME\fR\.
+\fBvcsh\fR is using a technique called fake bare Git repositories, keeping \fI$GIT_DIR\fR in a different directory from \fI$GIT_WORK_TREE\fR which is pointed to \fI$HOME\fR\.
 .
 .P
 The use of symlinks is not needed in this setup, making for a cleaner setup\.
@@ -135,8 +135,8 @@ Run command with \fI$GIT_DIR\fR and \fI$GIT_WORK_TREE\fR set\. Allows you to run
 Please note that there is a somewhat magic feature for run\. Instead of \fIrepo\fR it accepts \fIpath\fR, as well\. Anything that has a slash in it will be assumed to be a path\. \fBvcsh run\fR will then operate on this directory instead of the one normally generated from the repository\'s name\. This is needed to support mr and other scripts properly and of no concern to an interactive user\.
 .
 .TP
-setup
-Set up repository with recommended settings\.
+upgrade
+Upgrade repository to currently recommended settings\.
 .
 .TP
 version
@@ -148,7 +148,7 @@ Find \fIsubstring\fR in name of any tracked file\.
 .
 .TP
 write\-gitignore
-Write \.gitignore\.d/\fIrepo\fR via git ls\-files\.
+Write \.gitignore\.d/\fIrepo\fR via \fBgit ls\-files\fR\.
 .
 .TP
 \fIrepo\fR \fIgitcommand\fR
@@ -159,7 +159,7 @@ Shortcut to run \fBvcsh\fR on a repo\. Will prepend \fBgit\fR to \fIcommand\fR\.
 Shortcut to run \fBvcsh enter <repo>\fR\.
 .
 .SH "ENVIRONMENT"
-As noted earlier, \fBvcsh\fR will set \fI$GIT_DIR\fR and \fI$GIT_WORK_TREE\fR to the appropriate values for fake bare git repositories\.
+As noted earlier, \fBvcsh\fR will set \fI$GIT_DIR\fR and \fI$GIT_WORK_TREE\fR to the appropriate values for fake bare Git repositories\.
 .
 .SH "CONFIG"
 There are several ways to turn the various knobs on \fBvcsh\fR\. In order of ascending precedence, they are:
@@ -242,7 +242,7 @@ Hooks follow a simple format\. \fIpre\-run\fR will be run before anything is run
 If you want to create hooks for a specific \fIvcsh\fR repository, simply prepend the repository\'s name, followed by a dot, i\.e\. <zsh\.pre\-run>\. Otherwise, the same rules as above apply\. The dot between the repository\'s name and the hook is mandatory, though\.
 .
 .P
-Available hooks are \fIpre\-enter\fR, \fIpost\-enter\fR, \fIpre\-run\fR, \fIpost\-run\fR, \fIpre\-setup\fR, and \fIpost\-setup\fR\. If you need more, vcsh is trivial to patch, but please let upstream know so we can ship them by default\.
+Available hooks are \fIpre\-enter\fR, \fIpost\-enter\fR, \fIpre\-run\fR, \fIpost\-run\fR, \fIpre\-upgrade\fR, and \fIpost\-upgrade\fR\. If you need more, vcsh is trivial to patch, but please let upstream know so we can ship them by default\.
 .
 .SH "DETAILED HOWTO AND FURTHER READING"
 Manpages are often short and sometimes useless to glean best practices from\. While the author tried to avoid this in this case, manpages can not cover detailed howtos\.
@@ -269,7 +269,7 @@ If you rely on \fBgit submodule\fR use \fBgit\fR 1\.7\.12 or later\. Earlier ver
 Like most people, the author initially made do with a single repository for all config files, all of which were soft\-linked into \fI$HOME\fR\.
 .
 .P
-Martin F\. Krafft aka madduck came up with the concept of fake bare git repositories\.
+Martin F\. Krafft aka madduck came up with the concept of fake bare Git repositories\.
 .
 .P
 vcsh was initally written by madduck\. This version is a re\-implementation from scratch with a lot more features\. madduck graciously agreed to let the author take over the name\.
-- 
GitLab