How to apply patch hunk by hunk?
07:02 21 Jan 2017

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
git patch