Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
Mislav Marohnić ecaafce407 Have `ci-status` also query Checks API
The results of Status and Checks API are merged together.

Fixes #1787
2018-07-07 14:37:41 +02:00
Mislav Marohnić 698721b20e Ensure all custom commands are listed in docs and shell completions 2018-07-06 22:25:22 +02:00
Anthony Fok 689ea8838b
Remove executable bit from bash/zsh completion scripts 2018-06-15 20:15:18 -06:00
Mislav Marohnić ac70b8edd5 Add `sync` command to shell completion scripts
Fixes #1549
2018-02-21 13:40:59 +01:00
David Calavera 401c004564 Add missing completions and docs for pull-request flags.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2015-08-06 16:21:43 -07:00
Mislav Marohnić 5bd4a5f89b update zsh completions for pull-request and ci-status 2013-07-02 22:46:48 +02:00
Dave Goodell cb9bb13a80 fix zsh completion
This `_hub` completion script should correctly wrap modern versions of
the `_git` scripts distributed by both zsh (native) and git
(bash-based).  The bash-based version could use a bit more love to
complete arguments to the actual subcommands.  Right now it can only
complete the names of the subcommands themselves.

The `compdef` that was previously emitted by `hub alias -s` prevents the
new `_git` script from working, so it has been eliminated.

Fixes #231
2013-07-01 13:46:59 +02:00
Mislav Marohnić 3c0d9fee81 organize and document completion scripts 2012-03-20 20:29:40 +01:00