Skip to content
Snippets Groups Projects
Commit b84e7dbe authored by Richard Hartmann's avatar Richard Hartmann
Browse files

Update vcsh.1 in quilt series

parent cfa4e304
No related branches found
No related tags found
No related merge requests found
Index: vcsh/Makefile
===================================================================
--- vcsh.orig/Makefile 2012-01-28 01:50:45.000000000 +0100
+++ vcsh/Makefile 2012-01-28 01:57:12.668274213 +0100
--- vcsh.orig/Makefile 2012-02-13 02:02:19.999468653 +0100
+++ vcsh/Makefile 2012-02-15 17:34:46.413360634 +0100
@@ -18,11 +18,11 @@
manpages: $(manpages)
......@@ -20,12 +20,12 @@ Index: vcsh/Makefile
Index: vcsh/vcsh.1
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
+++ vcsh/vcsh.1 2012-01-28 01:59:48.512276552 +0100
@@ -0,0 +1,182 @@
+++ vcsh/vcsh.1 2012-02-15 17:34:53.201360736 +0100
@@ -0,0 +1,189 @@
+.\" generated with Ronn/v0.7.3
+.\" http://github.com/rtomayko/ronn/tree/0.7.3
+.
+.TH "VCSH" "1" "January 2012" "" ""
+.TH "VCSH" "1" "February 2012" "" ""
+.
+.SH "NAME"
+\fBvcsh\fR \- manage config files in $HOME via fake bare git repositories
......@@ -64,6 +64,9 @@ Index: vcsh/vcsh.1
+\fBvcsh\fR setup \fIrepo\fR
+.
+.P
+\fBvcsh\fR which \fIsubstring\fR
+.
+.P
+\fBvcsh\fR write\-gitignore \fIrepo\fR
+.
+.P
......@@ -85,7 +88,7 @@ Index: vcsh/vcsh.1
+\fBvcsh\fR was designed with \fBmr\fR(1) in mind so you might want to install it alongside vcsh\. That being said, you can easily use \fBvcsh\fR without \fBmr\fR if you prefer\.
+.
+.P
+A sample configuration for \fBvcsh\fR and \fBmr\fR can be found at \fIhttps://github\.com/RichiH/vcsh_mr_template\fR
+A sample configuration for \fBvcsh\fR and \fBmr\fR can be found at \fIhttps://github\.com/RichiH/vcsh_mr_template\fR and used with \fBvcsh clone https://github\.com/RichiH/vcsh_mr_template mr\fR\.
+.
+.P
+Please note that you can always use a path instead of a name for \fIrepo\fR\. This is needed to support mr and other scripts properly and of no concern to an interactive user\.
......@@ -140,12 +143,16 @@ Index: vcsh/vcsh.1
+Set up repository with recommended settings\.
+.
+.TP
+which \fIsubstring\fR
+Find \fIsubstring\fR in name of any tracked file\.
+.
+.TP
+write\-gitignore
+Write \.gitignore\.d/\fIrepo\fR via git ls\-files\.
+.
+.TP
+\fIrepo\fR \fIgitcommand\fR
+Shortcut to run \fBvcsh\fR on a repo\. Will prepend \fBgit\fR to \fIcommand\fR by itself\.
+Shortcut to run \fBvcsh\fR on a repo\. Will prepend \fBgit\fR to \fIcommand\fR\.
+.
+.TP
+\fIrepo\fR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment