I need to write a script that creates patches for a list of SHA1 commit numbers.
I tried using git format-patch <the SHA1>, but that generated a patch for each commit since that SHA1. After a few hundred patches were generated, I had to kill the process.
Is there a way to generate a patch only for the specific SHA1?