summaryrefslogtreecommitdiff
path: root/plugins/github/github.plugin.zsh
AgeCommit message (Collapse)Author
2014-05-28Corrected syntax error in github plugin's empty_gh functionJames Magnarelli
2014-03-10Add github url shortenerSamvel Khalatyan
2013-04-03added hub autocomplete instructionsTima Maslyuchenko
2012-12-02Fix repo for github.Michael Nikitochkin
2011-11-24Only alias git=hub if `hub --version` works.Daniel Hahler
`hub` is crashing for me on a old CentOS setup with "undefined method `shelljoin'". On first use of the `git` function it is now checked if `hub --version` returns successfully.
2011-10-10Merge pull request #529 from dbb/masterRobby Russell
Merge 'deb' and 'debian' plugins
2011-10-10Merge pull request #273 from blueyed/hub-alias-only-with-rubyRobby Russell
Minor fix for the github plugin: check for `ruby`.
2011-08-06Add functions for new GH repos.Daniel Bolton
2011-08-06Add functions for new GH repos.Daniel Bolton
2011-05-28CleanupAndrew Hodges
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
2011-04-20Remove fpath/compinit code from github and npm pluginsPat Regan
2011-04-13github plugin: check for `ruby`.Daniel Hahler
I've run into the issue where a stripped down container had no Ruby installed, which caused `hub` to fail. Therefore I've added an extra check to verify that `ruby` is in the commands list before setting up this alias/function.
2011-04-12changes recommended by blueyedTheodore Robert Campbell Jr
2011-04-12Whoops, this was supposed to be in the last commit!Theodore Robert Campbell Jr
2010-10-09adding github pluginSven Lito