Age | Commit message (Collapse) | Author |
|
* use https everywhere
* use https links on the files that are left
Also, removed some broken links and updated redirections.
|
|
* Simplify hub check and hardcode aliasing
* Update hub completion
|
|
git.io now redirects to https. So the current function break. Changing it to https fixes the issue.
|
|
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.
|
|
|
|
|
|
|
|
|
|
`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.
|
|
Merge 'deb' and 'debian' plugins
|
|
Minor fix for the github plugin: check for `ruby`.
|
|
|
|
|
|
Add missing newlines at EOF. Remove redundant comment. Fix grammar in comment.
|
|
|
|
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.
|
|
|
|
|
|
|