Re: git 2.8.3: git stash: Cannot save the current index state

2016-06-13 Thread Adam Dinwoodie
On Sun, Jun 12, 2016 at 01:59:42PM +0800, lnishan wrote: > It appears that git stash has been broken for a while (since 2.8.1, > maybe earlier). > > Steps to reproduce: > 1. mkdir test; cd test > 2. git init > 3. touch testfile > 4. git add . ; git commit -m "First commit" > 5. echo "123" > testfi

git 2.8.3: git stash: Cannot save the current index state

2016-06-11 Thread lnishan
Hello, It appears that git stash has been broken for a while (since 2.8.1, maybe earlier). Steps to reproduce: 1. mkdir test; cd test 2. git init 3. touch testfile 4. git add . ; git commit -m "First commit" 5. echo "123" > testfile 6. git stash => Cannot save the current index state Addition