Files
gentoo/dev-vcs
Justin Bronder c48cfb265e dev-vcs/tig: restore tab completion
The patch applied in the last bump is incorrect and effectively disables
bash completion no matter what order the completions were loaded in as
`type -f` will not find `__git_complete`.

```
$ type -f __git_complete
bash: type: __git_complete: not found
$ type __git_complete | grep 'is a'
__git_complete is a function
```

There is a pull-request upstream that properly addresses the issue of
`__git_complete` not being found but it's not accepted yet,
https://github.com/jonas/tig/pull/1016

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
Closes: https://github.com/gentoo/gentoo/pull/17715
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
2020-10-02 23:19:20 -07:00
..
…
…
…
2020-10-01 23:37:22 -04:00
…
…
…
…
…
…
…
…
…
2020-09-19 11:54:26 +02:00
2020-09-27 08:17:00 +02:00
2020-10-02 23:19:20 -07:00
2020-09-19 12:43:23 -04:00
…