Re: bash_completion outside repo
From: james bardin <hidden>
Date: 2016-06-15 22:47:23
On Fri, Sep 11, 2009 at 9:33 AM, Todd Zullinger [off-list ref] wrote:
james bardin wrote:quoted
I'm making a git rpm for our site, and I'm getting an error with bash_completion on RHEL/CentOS 5.Out of curiosity, have you tried rebuilding the Fedora packages from rawhide? They should work on RHEL/CentOS 5 just fine (I use them myself).
I was trying to prune out some of the dependencies to make internal deployment easier. I bundled the doc tarballs instead of requiring asciidoc, and git includes its own perl(Error) if it's not available. On Fri, Sep 11, 2009 at 9:11 AM, Michael J Gruber [off-list ref] wrote:
I can't reproduce this with git version 1.6.5.rc0.164.g5f6b0 on Fedora 11. Which exact steps reproduce it for you, and which relevant settings (PS1 and GIT_PS1_...) do you use? Do you have a system or global .gitconfig?
I did a make install, and dropped the completion file in /etc/bash_completion.d/. No other settings changed. I did a quick check, and it happens with the current 1.6.5 snapshot too, and on a fedora 10 box I found. It seems I only get this error if I don't have a global config. Touching ~/.gitconfig stops the error.