Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-23 | github: fix new_gh to force-add .gitignore (#7086) | jack | |
2018-08-07 | use 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-24 | Simplify hub check and hardcode aliasing (#6767) | Marc Cornellà | |
* Simplify hub check and hardcode aliasing * Update hub completion | |||
2016-04-16 | Moved git.io url to https | Sharat M R | |
git.io now redirects to https. So the current function break. Changing it to https fixes the issue. | |||
2016-02-15 | Minor README fixes | Gautam Kotian | |
2015-12-15 | Add hub's completion file | Marc Cornellà | |
This uses the version at commit 35c76bf (2015-12-08) https://github.com/github/hub/commit/35c76bf91dc3d699173599464b9b41cb877ee440 | |||
2015-11-06 | Update github plugin to work with current hub versions | Andrew 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-28 | Corrected syntax error in github plugin's empty_gh function | James Magnarelli | |
2014-03-10 | Add github url shortener | Samvel Khalatyan | |
2013-04-03 | added hub autocomplete instructions | Tima Maslyuchenko | |
2012-12-02 | Fix repo for github. | Michael Nikitochkin | |
2011-11-24 | Only 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-10 | Merge pull request #529 from dbb/master | Robby Russell | |
Merge 'deb' and 'debian' plugins | |||
2011-10-10 | Merge pull request #273 from blueyed/hub-alias-only-with-ruby | Robby Russell | |
Minor fix for the github plugin: check for `ruby`. | |||
2011-08-06 | Add functions for new GH repos. | Daniel Bolton | |
2011-08-06 | Add functions for new GH repos. | Daniel Bolton | |
2011-05-28 | Cleanup | Andrew Hodges | |
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment. | |||
2011-04-20 | Remove fpath/compinit code from github and npm plugins | Pat Regan | |
2011-04-13 | github 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-12 | changes recommended by blueyed | Theodore Robert Campbell Jr | |
2011-04-12 | Whoops, this was supposed to be in the last commit! | Theodore Robert Campbell Jr | |
2010-10-09 | bugfix - moved gem info | Sven Lito | |
2010-10-09 | leaving out subcommands for now | Sven Lito | |
2010-10-09 | adding comment and URL to github gem | Sven Lito | |
2010-10-09 | adding github plugin | Sven Lito | |