diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-08-24 16:55:29 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-08-24 16:55:29 +0000 |
commit | 9fd0fe38b9f3f0fe6fb9819a01716888bb9be543 (patch) | |
tree | de7b57bcd275ff5fd29e3fc487c0f9ac06a09396 /dev-vcs | |
parent | version bump (diff) | |
download | gentoo-2-9fd0fe38b9f3f0fe6fb9819a01716888bb9be543.tar.gz gentoo-2-9fd0fe38b9f3f0fe6fb9819a01716888bb9be543.tar.bz2 gentoo-2-9fd0fe38b9f3f0fe6fb9819a01716888bb9be543.zip |
Warn about the bash completion split: prompt is now in a seperate bashcomp file.
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git/ChangeLog | 7 | ||||
-rw-r--r-- | dev-vcs/git/git-1.7.12-r2.ebuild | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/dev-vcs/git/ChangeLog b/dev-vcs/git/ChangeLog index 451ea1b8339a..5f9f43be0e52 100644 --- a/dev-vcs/git/ChangeLog +++ b/dev-vcs/git/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-vcs/git # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.153 2012/08/24 03:51:48 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/ChangeLog,v 1.154 2012/08/24 16:55:29 robbat2 Exp $ + + 24 Aug 2012; Robin H. Johnson <robbat2@gentoo.org> git-1.7.12-r2.ebuild, + git-1.7.8.6.ebuild: + Warn about the bash completion split: prompt is now in a seperate bashcomp + file. 24 Aug 2012; Zac Medico <zmedico@gentoo.org> git-1.7.10.2.ebuild, git-1.7.10.ebuild, git-1.7.11.1.ebuild, git-1.7.12-r1.ebuild, diff --git a/dev-vcs/git/git-1.7.12-r2.ebuild b/dev-vcs/git/git-1.7.12-r2.ebuild index 6af0ba908717..94bf96e9ccbd 100644 --- a/dev-vcs/git/git-1.7.12-r2.ebuild +++ b/dev-vcs/git/git-1.7.12-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v 1.3 2012/08/24 03:51:48 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/git/git-1.7.12-r2.ebuild,v 1.4 2012/08/24 16:55:29 robbat2 Exp $ EAPI=4 @@ -508,7 +508,9 @@ showpkgdeps() { pkg_postinst() { use emacs && elisp-site-regen use python && python_mod_optimize git_remote_helpers - einfo "Please read /usr/share/bash-completion/git for Git bash completion" + einfo "Please read /usr/share/bash-completion/git for Git bash command completion" + einfo "Please read /usr/share/bash-completion/git-prompt for Git bash prompt" + einfo "Note that the prompt bash code is now in the seperate script" elog "These additional scripts need some dependencies:" echo showpkgdeps git-quiltimport "dev-util/quilt" |