Commit Graph

11 Commits (682fd32a13eaefe6ed1a144d45e7eb937a513ba4)

Author SHA1 Message Date
Nils Winkler 230bafd0d1
Fixed OS comparison for macOS
This was always failing on macOS instead of working there...

See #1635 for the original commit that introduced this issue.
2020-08-10 09:06:36 +02:00
Kan Li 41084ee678
Fix error "bash: _git_bash_completion_found: command not found..." 2020-08-08 22:09:43 -07:00
cornfeedhobo 42e9017df3
simplify git completion to use system-provided completions only (#1635)
* simplify git completion to use system-provided completions only

* support ubuntu git completion

* only search non-system paths

* only operate on macos.

* no need to return 1 in a plugin

* make alias test happy

* make alias test happy

* make alias test happy

* pass exit code when capturing expected errors

* slightly more understandable code structure

* make better use of the new logging feature
2020-08-08 22:14:41 +02:00
David Farrell f8a1877c72
completion/git: Updates completion script to v2.26.2 2020-04-21 11:25:37 -07:00
trmaphi c8b4ffbac1 Update bash completion for git v2.21.0 2019-04-05 16:38:18 +07:00
Paul Dapolito 28c6d17632 Updating git.completion.bash to latest version from git source code mirror. 2016-04-08 09:38:06 -07:00
Omer Katz bd6b4d8a28 Updated git completion. Fixes #299. 2015-04-21 11:29:45 +03:00
Antti Ahti 423e342282 Add --force-with-lease to git push autocompletion 2015-02-16 14:31:34 +02:00
Can Berk Güder c7f3c65586 Updating git.completion.bash to latest version 2014-08-14 10:39:49 -07:00
Luiz Felipe 868fcd0c41 updating git.completion.bash 2012-05-10 14:52:04 -03:00
Travis Swicegood e115b4c5af Move auto-complete code over to available -> enabled style
This continues the move toward the ability to turn things off with
everything turned on by default.
2011-06-21 09:20:40 -05:00