diff options
author | Robby Russell <robby@planetargon.com> | 2013-06-25 09:24:25 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-06-25 09:24:25 -0700 |
commit | 3a3fd686ee97f26be97f032b77d8d564b69e5bb1 (patch) | |
tree | 70cb05ccf4aac5d47c39746f44b324c21ce7ec14 /plugins/repo/README.md | |
parent | e727068cee2d4af6d33f80d8a8da173a410feb00 (diff) | |
parent | 4b945a856c7d43891b645e99a91eb9d38b62b64a (diff) | |
download | zsh-3a3fd686ee97f26be97f032b77d8d564b69e5bb1.tar.gz zsh-3a3fd686ee97f26be97f032b77d8d564b69e5bb1.tar.bz2 zsh-3a3fd686ee97f26be97f032b77d8d564b69e5bb1.zip |
Merge pull request #1865 from Stibbons/gsemet_push_repo_plugin
New plugin for git-repo (https://code.google.com/p/git-repo/)
Diffstat (limited to 'plugins/repo/README.md')
-rw-r--r-- | plugins/repo/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/repo/README.md b/plugins/repo/README.md new file mode 100644 index 000000000..0b77e6d48 --- /dev/null +++ b/plugins/repo/README.md @@ -0,0 +1,7 @@ +## repo +**Maintainer:** [Stibbons](https://github.com/Stibbons) + +This plugin mainly add support automatic completion for the repo command line tool: +http://code.google.com/p/git-repo/ + +* `r` aliases `repo` |