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

5 Коммитов

Автор SHA1 Сообщение Дата
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ć d6ba91f7fa Compensate for variable sorting in bash shell completion
Fixes https://travis-ci.org/github/hub/jobs/13920941
2013-11-14 16:05:57 +01:00
Mislav Marohnić d073862634 Make bash completion script compatible with bash v3
Previus version was written for bash v4 and was causing syntax error
when used with older versions of bash that still ship with most systems.

References 3565094d30
Closes #359
2013-11-12 16:44:26 +01:00
Mislav Marohnić da76c638b1 add more integration tests for bash completion 2013-07-03 01:36:01 +02:00
Mislav Marohnić b3caf70cde add integration tests for bash/zsh completion
Each scenario tagged @completion opens an interactive shell in the
background which it drives via tmux. It sends keystrokes to it including
the Tab character and then inspect the contents of the terminal for
changes.

zsh completions are tested against the zsh-distributed git completions
(better quality) and against git-distributed git completions (lower
quality; installed by Homebrew by default).
2013-07-02 22:46:48 +02:00