I've just tried to unstash changes and git reported a conflict:
Auto-merging core/scaldi/modules.scala
CONFLICT (content): Merge conflict in core/scaldi/modules.scala
I'm curious as to why this conflict occurs, since I have no changes neither in working directory nor in the index:
git diff #outputs nothing
git diff --cached #outputs nothing
git status #outputs `nothing to commit, working directory clean`