Bug: git crashes on rebase reporting bogus memory corruption

2015-11-27 Thread Daniele Varrazzo
Bogus corruption is bogus because I've reproduced it on different machines. I was trying to rewrite history in a small repos and replace indentation tabs with spaces. Steps to reproduce: git clone https://github.com/dvarrazzo/suponoff.git git checkout -b gitbug git config core.whitespace trailing

Re: Bug: git crashes on rebase reporting bogus memory corruption

2015-11-27 Thread Daniele Varrazzo
On Fri, Nov 27, 2015 at 2:08 PM, Daniele Varrazzo wrote: > Bogus corruption is bogus because I've reproduced it on different machines. > > I was trying to rewrite history in a small repos and replace > indentation tabs with spaces. Steps to reproduce: Messing up with that re