Ramkumar Ramachandra <artagnon@xxxxxxxxx> writes: > diff --git a/t/t3404-rebase-interactive.sh b/t/t3404-rebase-interactive.sh > index 79e8d3c..f7d0147 100755 > --- a/t/t3404-rebase-interactive.sh > +++ b/t/t3404-rebase-interactive.sh > @@ -934,6 +934,21 @@ test_expect_success 'rebase --edit-todo can be used to modify todo' ' > test L = $(git cat-file commit HEAD | sed -ne \$p) > ' > > +test_expect_success 'rebase -i produces readable reflog' ' > + git reset --hard && > + git branch -f branch1 H && Why did this have to change back from branch-reflog-test to branch1 (which I used by mistake in "how about this" patch, but fixed in the version queued on 'pu')? The reason I did not use 'branch1' in the version I queued on 'pu' is because rr/rebase-sha1-by-string-query, when merged on top of this, makes an assumption on where branch1 is in the test and fliping its tip here will break it. Have you tested this with combination of that topic before sending it out? -- 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