我需要编写一个脚本,为SHA1提交号列表创建补丁.
我尝试过使用git format-patch <the SHA1>,但是从那个SHA1开始为每个提交生成一个补丁.在生成几百个补丁之后,我不得不杀死这个过程.
git format-patch <the SHA1>
有没有办法只为特定的SHA1生成补丁?
git patch
git ×1
patch ×1