Adding upstream version 0.16.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
203fae4667
commit
54898c7244
14 changed files with 83 additions and 889 deletions
|
@ -3,10 +3,12 @@ _gita_completions()
|
|||
{
|
||||
|
||||
local cur commands repos cmd
|
||||
local IFS=$'\n\t '
|
||||
|
||||
cur=${COMP_WORDS[COMP_CWORD]}
|
||||
cmd=${COMP_WORDS[1]}
|
||||
|
||||
|
||||
# this doesn't work for two repos with the same basename
|
||||
#gita_path=${XDG_CONFIG_HOME:-$HOME/.config}/gita/repo_path
|
||||
#repos=`awk '{split($0, paths, ":")} END {for (i in paths) {n=split(paths[i],b, /\//); print b[n]}}' ${gita_path}`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue