Fixed in Lucid’s git-core 1:1.7.0-1.
** Changed in: git-core (Ubuntu)
Status: In Progress => Fix Released
--
GREP_OPTIONS variable hinders interactive git-rebase functionality
https://bugs.launchpad.net/bugs/398393
You received this bug notification because you are a member of Ubuntu
Bugs
Thanks for the update.
--
GREP_OPTIONS variable hinders interactive git-rebase functionality
https://bugs.launchpad.net/bugs/398393
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
This is now fixed upstream in Git 1.6.5.5.
http://git.kernel.org/?p=git/git.git;a=commitdiff;h=e1622bfcbad680225ad5c337e4778df88389227e
Git 1.6.5.5 will probably make its way into Debian soon and Lucid soon after
that. You can also get current Git packages for all versions of Ubuntu here:
https:
Instead of setting GREP_OPTIONS in your dotfiles, I recommend setting an alias
in your ~/.bashrc:
alias grep='grep -nHI --exclude=\*.svn-base'
since aliases do not propagate into other scripts.
A patch to sanitize GREP_OPTIONS appeared a little while ago on the upstream
mailing list, but so fa