Christian Couder wrote: > On Tuesday 01 June 2010 11:51:24 Jonathan Nieder wrote: >> git rev-list master -- README | git cherry-pick -n --stdin:: >> >> Apply the changes introduced by all commits on the master >> branch that touched README to the working tree and index, >> so the result can be inspected and made into a single new >> commit if suitable. > > I think "--reverse" is needed after "rev-list" and cherry-pick has no --stdin > option. That’s too bad. :( git show inherits it from rev-list. Your new series looks good. Maybe I will obfuscate the examples some other day. Thanks, Jonathan -- 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