Merging upstream version 0.16.7.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
6b6067194b
commit
cf5dbba8e5
15 changed files with 737 additions and 81 deletions
9
Makefile
9
Makefile
|
@ -1,4 +1,4 @@
|
|||
.PHONY: dist test install clean twine
|
||||
.PHONY: dist test install clean twine auto-completion
|
||||
|
||||
install:
|
||||
pip3 install -e .
|
||||
|
@ -10,3 +10,10 @@ twine:
|
|||
twine upload dist/*
|
||||
clean:
|
||||
git clean -fdx
|
||||
auto-completion:
|
||||
@ mkdir -p auto-completion/bash
|
||||
@ mkdir -p auto-completion/zsh
|
||||
@ mkdir -p auto-completion/fish
|
||||
register-python-argcomplete gita -s bash > auto-completion/bash/.gita-completion.bash
|
||||
register-python-argcomplete gita -s zsh > auto-completion/zsh/_gita
|
||||
register-python-argcomplete gita -s fish > auto-completion/fish/gita.fish
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue