> for C in $(git log --reverse <commit1>..<commit2> --pretty=3Dformat:%H);Put this into a script and you've got an easier syntax ;-) But note that <commit1> does not get cherry-picked then. Use <commit1>^..<commit2> (or $1^..$2). Except if there's a conflict. Well, though it is far from finished, you could fetch git-sequencer.sh[1] 1. http://tinyurl.com/6xtdvl chmod +x it and do for C in $(git log --reverse <commit1>..<commit2> --pretty=3Dformat:%H); do echo pick $C ; done >temporaryfile /where/you/put/it/git-sequencer.sh temporaryfile Hope I could help. Regards, Stephan --=20 Stephan Beyer <s-beyer@gmx.net>, PGP 0x6EDDD207FCC5040F
| Greg Kroah-Hartman | [PATCH 008/196] Chinese: add translation of volatile-considered-harmful.txt |
| Tarkan Erimer | Re: Dual-Licensing Linux Kernel with GPL V2 and GPL V3 |
| Greg KH | Re: [Patch v2] Make PCI extended config space (MMCONFIG) a driver opt-in |
| Andrew Morton | -mm merge plans for 2.6.23 |
git: | |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Herbert Xu | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| David Miller | [GIT]: Networking |
| Rémi Denis-Courmont | [PATCH 01/14] Phonet global definitions |
