summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-vcs/tig: restore tab completionJustin Bronder2020-10-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | 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>
* dev-vcs/tig: ppc64 stableGeorgy Yakovlev2020-08-211-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-vcs/tig: 2.5.1 arm64 stableGeorgy Yakovlev2020-08-211-1/+1
| | | | | Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* dev-vcs/tig: x86 stable wrt bug #732290Agostino Sarubbo2020-07-191-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-vcs/tig: arm stable (bug #732290)Sam James2020-07-151-1/+1
| | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-vcs/tig-2.5.1: Stabilize on amd64 (bug #732290)Patrick McLean2020-07-111-1/+1
| | | | | | Bug: https://bugs.gentoo.org/732290 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-vcs/tig-2.5.1: Version bumpPatrick McLean2020-04-091-0/+64
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.98, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>