On Fri, Mar 17, 2017 at 5:23 PM, Junio C Hamano wrote:
> Nevada Sanchez writes:
>
>> Here's an easy to reproduce bug. It's the only example I know of where
>> git legitimately loses data in a way that is unrecoverable,
>> unexpected, and without warning
Here's an easy to reproduce bug. It's the only example I know of where
git legitimately loses data in a way that is unrecoverable,
unexpected, and without warning.
```
git --version
# git version 2.12.0
mkdir git-demo
cd git-demo
git init
# Commit a file that will end up in .gitignore
echo 'ori
2 matches
Mail list logo