Linus Torvalds <torvalds@xxxxxxxxxxxxxxxxxxxx> writes: > On Thu, 6 Nov 2008, Alex Riesen wrote: >> >> git format-patch --full-index --binary --stdout <range...> | git am -3 >> >> This will not work if you want to pick a list, not a range, of >> commits. > > Doesn't "--no-walk" + list commits individually work? > > So it _should_ be possible to pick a list of commits too. Although I think > that git format-patch will reverse the order. Or "git show --pretty=email $commit1 $commit2" ... piped to "am"? -- 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