Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 668342 - dev-vcs/git-2.18.1 pkg_postinst message has incorrect path for bash command completion
Summary: dev-vcs/git-2.18.1 pkg_postinst message has incorrect path for bash command c...
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:
 
Reported: 2018-10-11 18:46 UTC by Chris Mayo
Modified: 2018-11-29 15:54 UTC (History)
2 users (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 Chris Mayo 2018-10-11 18:46:52 UTC
pkg_postinst has:

elog "Please read /usr/share/bash-completion/git for Git bash command completion"

Installed path is:

/usr/share/bash-completion/completions/git
Comment 1 Larry the Git Cow gentoo-dev 2018-11-29 15:54:58 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a784b7f45ad13c8a3361332475121c97bbd9be2e

commit a784b7f45ad13c8a3361332475121c97bbd9be2e
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2018-11-29 15:52:05 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2018-11-29 15:54:29 +0000

    dev-vcs/git: Fixed elog message about bash-completion file.
    
    Closes: https://bugs.gentoo.org/668342
    Package-Manager: Portage-2.3.52, Repoman-2.3.12
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 dev-vcs/git/git-2.18.1.ebuild     | 3 ++-
 dev-vcs/git/git-2.19.1.ebuild     | 5 +++--
 dev-vcs/git/git-2.19.2.ebuild     | 3 ++-
 dev-vcs/git/git-2.20.0_rc1.ebuild | 3 ++-
 dev-vcs/git/git-9999-r1.ebuild    | 5 +++--
 dev-vcs/git/git-9999-r2.ebuild    | 5 +++--
 dev-vcs/git/git-9999-r3.ebuild    | 5 +++--
 dev-vcs/git/git-9999.ebuild       | 5 +++--
 8 files changed, 21 insertions(+), 13 deletions(-)