@@ -152,6 +155,10 @@ Run command with \fI$GIT_DIR\fR and \fI$GIT_WORK_TREE\fR set\. Allows you to run
...
@@ -152,6 +155,10 @@ 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\.
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
.TP
status
Show statuses of all vcsh repositories\.
.
.TP
upgrade
upgrade
Upgrade repository to currently recommended settings\.
Upgrade repository to currently recommended settings\.
.
.
...
@@ -203,16 +210,16 @@ Interesting knobs you can turn:
...
@@ -203,16 +210,16 @@ Interesting knobs you can turn:
.
.
.TP
.TP
\fI$VCSH_GITIGNORE\fR
\fI$VCSH_GITIGNORE\fR
Can be \fIexact\fR, \fIrecursive\fR, or \fInone\fR\.
Can be \fIexact\fR, \fInone\fR, or \fIrecursive\fR\.
.
.
.IP
.IP
\fIexact\fR will seed the repo\-specific ignore file 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
.IP
\fIrecursive\fR will descend through all directories recursively additionally to the above\.
\fInone\fR will not write any ignore file\.
.
.
.IP
.IP
\fInone\fR will not write any ignore file\.
\fIrecursive\fR will descend through all directories recursively additionally to the above\.