From 6345c7ee65b51cea2aca031b9aa3e75e0b450095 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih.mailinglist@gmail.com>
Date: Wed, 24 Jul 2013 00:59:33 +0200
Subject: [PATCH] Update static manpage

---
 vcsh.1 | 30 +++++++++++++++++++++++++-----
 1 file changed, 25 insertions(+), 5 deletions(-)

diff --git a/vcsh.1 b/vcsh.1
index 1d91f59..808b948 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" "May 2013" "" ""
+.TH "VCSH" "1" "July 2013" "" ""
 .
 .SH "NAME"
-\fBvcsh\fR \- manage config files in $HOME via fake bare Git repositories
+\fBvcsh\fR \- Version Control System for $HOME \- multiple Git repositories in $HOME
 .
 .SH "SYNOPSIS"
 \fBvcsh\fR [\fIoptions\fR] \fIcommand\fR
@@ -34,6 +34,12 @@
 \fBvcsh\fR list\-tracked\-by \fIrepo\fR
 .
 .P
+\fBvcsh\fR pull
+.
+.P
+\fBvcsh\fR push
+.
+.P
 \fBvcsh\fR rename \fIrepo\fR \fInewname\fR
 .
 .P
@@ -95,6 +101,9 @@ Enable verbose mode
 clone
 Clone an existing repository\.
 .
+.IP
+If you need to clone a bundle of repositories, look into the \fBpost\-clone\-retired\fR hook\.
+.
 .TP
 delete
 Delete an existing repository\.
@@ -124,6 +133,14 @@ list\-tracked\-by
 List files tracked by a repository\.
 .
 .TP
+pull
+Pull from all vcsh remotes\.
+.
+.TP
+push
+Push to all vcsh remotes\.
+.
+.TP
 rename
 Rename a repository\.
 .
@@ -186,15 +203,18 @@ Interesting knobs you can turn:
 .
 .TP
 \fI$VCSH_GITIGNORE\fR
-Can be either \fIexact\fR or \fIrecursive\fR\.
+Can be \fIexact\fR, \fIrecursive\fR, or \fInone\fR\.
 .
 .IP
-\fIexact\fR will seed the repo\-specific <\.gitignore> with all file and directory names which \fBgit ls\-files\fR returns\.
+\fIexact\fR will seed the repo\-specific ignore file with all file and directory names which \fBgit ls\-files\fR returns\.
 .
 .IP
 \fIrecursive\fR will descend through all directories recursively additionally to the above\.
 .
 .IP
+\fInone\fR will not write any ignore file\.
+.
+.IP
 Defaults to \fIexact\fR\.
 .
 .P
@@ -278,7 +298,7 @@ vcsh was initally written by madduck\. This version is a re\-implementation from
 This manpage and \fBvcsh\fR itself were written by Richard "RichiH" Hartmann\.
 .
 .SH "COPYRIGHT"
-Copyright 2011\-2012 Richard Hartmann \fIrichih\.mailinglist@gmail\.com\fR
+Copyright 2011\-2013 Richard Hartmann \fIrichih\.mailinglist@gmail\.com\fR
 .
 .P
 Licensed under the GNU GPL version 2 or higher\.
-- 
GitLab