From 53fff6aec963bc3bdd8bfb156d2028f96b08bfda Mon Sep 17 00:00:00 2001 From: Richard Hartmann <richih@debian.org> Date: Tue, 29 Dec 2015 20:23:52 +0100 Subject: [PATCH] vcsh.1: Import static manpage --- vcsh.1 | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/vcsh.1 b/vcsh.1 index 9f24842..c3cb62c 100644 --- a/vcsh.1 +++ b/vcsh.1 @@ -1,7 +1,7 @@ .\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . -.TH "VCSH" "1" "October 2014" "" "" +.TH "VCSH" "1" "December 2015" "" "" . .SH "NAME" \fBvcsh\fR \- Version Control System for $HOME \- multiple Git repositories in $HOME @@ -19,6 +19,9 @@ \fBvcsh\fR enter \fIrepo\fR . .P +\fBvcsh\fR foreach [\-g] \fIgit command\fR +. +.P \fBvcsh\fR help . .P @@ -28,10 +31,10 @@ \fBvcsh\fR list . .P -\fBvcsh\fR list\-tracked [\fIrpoe\fR] +\fBvcsh\fR list\-tracked [\fIrepo\fR] . .P -\fBvcsh\fR list\-untracked [\fI\-r\fR] [\fIrepo\fR] +\fBvcsh\fR list\-untracked [\fI\-a\fR] [\fI\-r\fR] [\fIrepo\fR] . .P \fBvcsh\fR pull @@ -123,6 +126,13 @@ enter Enter repository; spawn new \fI$SHELL\fR\. . .TP +foreach +Execute git command for every vcsh repository\. +. +.IP +\fB\-g\fR: Execute in general context\. +. +.TP help Display help\. . @@ -153,10 +163,13 @@ list\-untracked List all files NOT tracked by vcsh\. . .IP -By default, the file list is shallow and stops at directory levels where possible\. If you prefer to get a list of all files, append \fB\-r\fR for recursive mode\. +\fB\-a\fR: Show all files\. By default, the \fBgit ls\-files \-\-exclude\-standard\fR is called\. +. +.IP +\fB\-r\fR: Recursive mode\. By default, the file list is shallow and stops at directory levels where possible\. . .IP -If you want to list files not tracked by a specific repository, simply append the repository\'s name last\. +\fB$repo\fR: List files not tracked by this specific repository\. . .TP pull @@ -366,7 +379,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\-2013 Richard Hartmann \fIrichih@debian\.org\fR +Copyright 2011\-2015 Richard Hartmann \fIrichih@debian\.org\fR . .P Licensed under the GNU GPL version 2 or higher\. -- GitLab