On Mon, Feb 22, 2010 at 8:49 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > In the meantime, please run "git log --oneline --first-parent master..pu", > pick "ce8d258 Merge 'jn/maint-fix-pager'" from the output, and use the > second parent ce8d258^2 instead. I use a simple Perl script called create-topic-branches. It can be found here: http://gist.github.com/275033 When it is run, it will print the "git branch" commands needed to create the topic branches. Either copy and paste the commands for the branches you are interested in, or do something like this: create-topic-branches next..pu | grep bg/ | sh which will create local branches for any of my own branches that are currently included in 'pu'. -- Björn Gustavsson, Erlang/OTP, Ericsson AB -- 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