Skip to content
Snippets Groups Projects
Commit 0ac61152 authored by Alessandro Ghedini's avatar Alessandro Ghedini
Browse files

_vcsh: add missing commands

parent 6bc1d178
No related branches found
No related tags found
No related merge requests found
...@@ -89,6 +89,7 @@ function _vcsh () { ...@@ -89,6 +89,7 @@ function _vcsh () {
subcommands=( subcommands=(
"clone:clone an existing repository" "clone:clone an existing repository"
"commit:commit in all repositories"
"delete:delete an existing repository" "delete:delete an existing repository"
"enter:enter repository; spawn new <\$SHELL>" "enter:enter repository; spawn new <\$SHELL>"
"help:display help" "help:display help"
...@@ -97,8 +98,10 @@ function _vcsh () { ...@@ -97,8 +98,10 @@ function _vcsh () {
"list-tracked:list all files tracked by vcsh" "list-tracked:list all files tracked by vcsh"
"list-tracked-by:list files tracked by a repository" "list-tracked-by:list files tracked by a repository"
"pull:pull from all vcsh remotes" "pull:pull from all vcsh remotes"
"push:push to vcsh remotes"
"rename:rename a repository" "rename:rename a repository"
"run:run command with <\$GIT_DIR> and <\$GIT_WORK_TREE> set" "run:run command with <\$GIT_DIR> and <\$GIT_WORK_TREE> set"
"status:show statuses of all/one vcsh repositories"
"upgrade:upgrade repository to currently recommended settings" "upgrade:upgrade repository to currently recommended settings"
"version:print version information" "version:print version information"
"which:find <substring> in name of any tracked file" "which:find <substring> in name of any tracked file"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment