On Wednesday, August 28, 2013 7:50:40 PM UTC+2, python.b...@gmail.com wrote:

> I am having around 100 patches like below,is there a way to apply all of 
> them in one shot?
>
>     0001-*.patch,0002-*.patch,0003-*.patch............
>

Doesn't git apply do this? 
https://www.kernel.org/pub/software/scm/git/docs/git-apply.html 

$ cd repo
$ git apply /path/to/patchfiles/*.patch

Not sure what the order will be that they are applied, but just try it out.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to