Hi list. I've tried Googling for these, and checked the FAQ. 1) Is there a separate Git Users mailing list or FAQ? So that git noobs like myself don't bother the developers directly :-) Also so that non-git-developer users who want to help other users don't get a lot of mails with patches & git internal development discussions. 2) Is it possible to cherry pick multiple patches? Sometimes git rebase isn't appropriate, and it's a pain to do multiple 'git-cherry-pick' commands. Here is my current recipe: for C in $(git log --reverse <commit1>..<commit2> --pretty=format:%H); do git-cherry-pick $C; done Is there an easier syntax for doing this? David. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
| Linus Torvalds | Linux 2.6.21 |
| Greg Kroah-Hartman | [PATCH 002/196] Chinese: rephrase English introduction in HOWTO |
| Con Kolivas | Re: [PATCH][RSDL-mm 0/7] RSDL cpu scheduler for 2.6.21-rc3-mm2 |
| Andrew Morton | echo mem > /sys/power/state |
git: | |
| Jarek Poplawski | [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| David Miller | Re: [GIT]: Networking |
| Michael S. Tsirkin | Re: [RFC PATCH v2 03/19] vbus: add connection-client helper infrastructure |
