1
0
Fork 0

Merging upstream version 0.16.7.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 18:52:12 +01:00
parent 6b6067194b
commit cf5dbba8e5
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
15 changed files with 737 additions and 81 deletions

View file

@ -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