On Mon, Oct 4, 2010 at 13:50, Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> wrote: > OK. Thanks for the information. I'll try my best to stay away from > your repo :-D. Seriously, how can you select a branch out of those 123 > branches? Does git-branch support regex matching or.. (looked up > git-branch.txt, no it does not) I usually only have 1-4 branches active at any one point, so it doesn't get too bad. I also have a special tag in my E-Mail folder for patches that Junio hasn't picked up yet or those that I need to work on. It's currently at around 200 patches :) I mostly select branches with Emacs's magit which has a fuzzy regex based selector. "git branch -a | grep ..." also works. It also helps to use long descriptive branch names, e.g.: run-partial-expensive-git-notes-test-everywhere run-partial-expensive-git-notes-test-everywhere-v2 -- 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