How to apply patch hunk by hunk?
Is there a way to apply patch from stash hunk by hunk like that as add hunks from working directory into stage: git add -p?
I am looking for similar command:
git stash show -p | git apply --hunk-by-hunk