Junio C Hamano venit, vidit, dixit 29.08.2011 07:55: > Michael J Gruber <git@xxxxxxxxxxxxxxxxxxxx> writes: > >> +test_expect_success 'git branch --list shows local branches' ' >> + git branch --list >actual && >> + test_cmp expect actual >> +' >> + >> +cat >expect <<'EOF' >> + branch-one >> + branch-two >> +EOF >> +test_expect_success 'git branch --list pattern shows matching local branches' ' >> + git branch --list branch* >actual && >> + test_cmp expect actual >> +' > > Does this one exclude the "* master" entry at this stage in the series? Sheesh, that rebasing mistake (flipping the order of 4 and 5) was present in v2 already. Only recently I learned about rebase-i's "exec" and have to make it a habit to use it for step-by-step series testing. Sorry, I'll send out v3 a bit later when I see that there are no more comments (and a full step-by-step series test has passed). Michael -- 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