[Bug 398393] Re: GREP_OPTIONS variable hinders interactive git-rebase functionality

2010-03-25 Thread Anders Kaseorg
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

[Bug 398393] Re: GREP_OPTIONS variable hinders interactive git-rebase functionality

2009-12-08 Thread Jeenu V
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

[Bug 398393] Re: GREP_OPTIONS variable hinders interactive git-rebase functionality

2009-12-08 Thread Anders Kaseorg
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:

[Bug 398393] Re: GREP_OPTIONS variable hinders interactive git-rebase functionality

2009-10-30 Thread Anders Kaseorg
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