Andreas Ericsson <ae@xxxxxx> writes: > Mike Hommey wrote: >> Instead of doing several "wget -O - url | git-apply -" in a raw, you now >> can just git-apply url1 url2 ... >> > > I seriously like this idea. Combined with gitweb (or cgit), it could be > used as a cherry-pick from someone else's repo :) FWIW, my initial impression is that I seriously dislike this. It may be good if the patch were to git-am, but when git-apply rejects an inapplicable patch, there won't be nothing left for you to recover with and you need to re-download the patch anyway. Note that I said my "initial" impression. I reserve the right to change my mind, as always ;-) - 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