> git-applymbox - Apply a series of patches in a mailbox > git-am - Apply a series of patches in a mailbox > > What are the differences between thos two commands, UI-wise and capability > (feature) wise? Which one should I use? Which one do _you_ use? git-applymbox was one of the first git porcelain scripts ever written, by Linus. (In fact, it's original name of "dotest" is visible in some of the temp files.) It has its rough edges, but Linus is used to it, so it is retained for his convenience. git-am is a rewrite with a nicer (but different) command line. If you are starting, it's the one you should learn and use. In particular, git-am has options like "--resolved" and "--skip" for resuming from an interrupted patch series. Restarting git-applymbox requires a detailed knowledge of its workings. Perhaps someone could mention this in the documentation? - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html