Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-12-09 | git-branch-list.bash-completion: Update copyright year | Teddy Wing | |
2019-12-09 | git-branch-list.bash-completion: Complete `clear` subcommand | Teddy Wing | |
2018-02-21 | Add Bash completion | Teddy Wing | |
Used https://github.com/git/git/blob/7cc763aaa3f39c62e0b2d5520e9d2bd8e4f3c4b3/contrib/completion/git-completion.bash as a reference. Learned how to set up completion for a custom subcommand from: https://github.com/bobthecow/git-flow-completion/blob/4180a3a0e1b286d5f35fefbea5adf5ce9875ecc3/git-flow-completion.bash |