Greg uses patch with --dry-run to see if the patch would apply cleanly in the first place, if it should be merged to another branch, etc. Neat idea, IMHO.
Posted Aug 23, 2012 20:46 UTC (Thu) by zuki (subscriber, #41808)
[Link]
Sure, but git am is sometimes able to apply the patch at a different point (with --3way). And there's no need to run with --dry-run first: git am will atomically either apply the patch, or fail. I'm not saying that using patch is wrong, just not very useful.
Ask a kernel developer: maintainer workflow
Posted Sep 5, 2012 9:44 UTC (Wed) by jnareb (subscriber, #46500)
[Link]