Does git stash apply merge?

Does git stash apply merge? The diff produced with git stash show -p will be merged by git apply , if it is possible to do without conflicts. What is git ...