Ask a kernel developer: maintainer workflow
Posted Aug 23, 2012 20:46 UTC (Thu) by
zuki (subscriber, #41808)
In reply to:
Ask a kernel developer: maintainer workflow by jschrod
Parent article:
Ask a kernel developer: maintainer workflow
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.
(
Log in to post comments)