Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 521168

Summary: dev-vcs/git: bash-completion files are not (fully) compatible with autoloading
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: polynomial-c
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 521146    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-08-26 18:41:47 UTC
$ ./get-completions /usr/share/bash-completion | ./completion-qa-check.py | grep git
gitk: missing completion symlink for command (declared in /usr/share/bash-completion/git)

Long story short, you need to install:

  gitk -> git

symlink in $completionsdir to get 'gitk' completion autoloaded properly.
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2014-10-11 20:32:23 UTC
+  11 Oct 2014; Michał Górny <mgorny@gentoo.org> git-2.1.2.ebuild,
+  git-9999-r1.ebuild, git-9999-r2.ebuild, git-9999-r3.ebuild, git-9999.ebuild:
+  Install bash completion alias for gitk command, bug #521168.