> From: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > > The current rev-list tests that check the bitmap data only work on HEAD > instead of multiple branches. Expand the test cases to handle both > 'master' and 'other' branches. [snip] > +rev_list_tests () { > + state=$1 > + > + for branch in "master" "other" Would it be worth including "HEAD" in the list here? It would make more sense with the commit message saying "exstend" instead of "replace". [snip rest] The 2 prior patches (13 and 14) look good to me.