Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 521168 - dev-vcs/git: bash-completion files are not (fully) compatible with autoloading
Summary: dev-vcs/git: bash-completion files are not (fully) compatible with autoloading
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Robin Johnson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: bashcomp2
  Show dependency tree
 
Reported: 2014-08-26 18:41 UTC by Michał Górny
Modified: 2014-10-11 20:32 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.