On 07/16/2010 04:22 PM, Misha Koshelev wrote:
> Also, if anyone knows how to make git format-patch only output the 10
> _bottom-most_ patches
If you have 70 patches in your tree then:
git format-patch  HEAD~70..HEAD~60

Vitaliy.


Reply via email to