summaryrefslogtreecommitdiff
path: root/plugins/github
AgeCommit message (Collapse)Author
2019-05-01hub: update completion to 2019-02-21 (819aa96) (#7821)Israel Rodrigo Faria
2018-08-23github: fix new_gh to force-add .gitignore (#7086)jack
2018-08-07use https everywhere (#6574)Janosch Schwalm
* use https everywhere * use https links on the files that are left Also, removed some broken links and updated redirections.
2018-04-24Simplify hub check and hardcode aliasing (#6767)Marc Cornellà
* Simplify hub check and hardcode aliasing * Update hub completion
2016-04-16Moved git.io url to httpsSharat M R
git.io now redirects to https. So the current function break. Changing it to https fixes the issue.
2016-02-15Minor README fixesGautam Kotian
2015-12-15Add hub's completion fileMarc Cornellà
This uses the version at commit 35c76bf (2015-12-08) https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440
2015-11-06Update github plugin to work with current hub versionsAndrew Janke
Removes old completion setup that breaks with current _git and _hub completions. Ruby is no longer required by hub; removes that test. Does not define new completions for hub; they are now defined by hub itself. Change the functions to use hub to create the repos on GitHub. Add error checking to the functions. Removes apparently-unused _github completion definition.
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-09bugfix - moved gem infoSven Lito
2010-10-09leaving out subcommands for nowSven Lito
2010-10-09adding comment and URL to github gemSven Lito
2010-10-09adding github pluginSven Lito