Expected bug with reset --hard

2014-10-14 Thread Nicholas Chmielewski
git version 1.9.1 version 2.1.2 I had some changes in a tracked file that I wanted to discard. Instead of using checkout, I instead used `git reset --hard HEAD` to reset. Git returned the message `HEAD is now at sha commit-message` I then went `git status` and it showed me that I still have

Re: Expected bug with reset --hard

2014-10-14 Thread Nicholas Chmielewski
related more to the case-preservation of the file system rather than git itself. On 15 October 2014 14:34, Nicholas Chmielewski nicholas.chmielew...@ennova.com.au wrote: git version 1.9.1 version 2.1.2 I had some changes in a tracked file that I wanted to discard. Instead of using checkout, I