On Fri, Nov 11, 2011 at 4:19 PM, Johannes Sixt <j.sixt@xxxxxxxxxxxxx> wrote: > Am 11/11/2011 13:44, schrieb Felipe Contreras: >> It would be nice to have --base option, and show only the commits >> <base>..<branch>. > > What's wrong with > > gitk master..branch_1 branch_2 branch_3 branch_4 branch_5 > or > gitk --branches --not master > > ? (I do that all the time.) Recall that 'master..branch_1' is short for > '^master branch_1'. It is sufficient to specify the negative ref, ^master, > only once. Ah, nice! Thanks a lot :) -- Felipe Contreras -- 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