-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to only support v2 bash_completion.
This eliminates some cruft for supporting bash_completion v1, which is really unnecessary at this point. Even servers used within all infrastructure I manage are modern and support v2, like CentOS 7. Note that this work was done in response to debugging why git completions were not working. In the end, it had to do with the installation of GitHub's hub utility: mislav/hub#2684. Ultimatelty, hub was removed until that is fixed.
- Loading branch information
1 parent
433dcbe
commit 4b29e77
Showing
3 changed files
with
16 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# See https://github.com/scop/bash-completion/blob/master/doc/bash_completion.txt | ||
|
||
|