On 10/7/2020 4:22 PM, Junio C Hamano wrote: > Hmph. Something in ds/maintenance-part-2 series does not seem to > work well with this change. I noticed it when testing today's first > integration cycle of jch and seen branches, but even when applied to > ds/maintenance-part-2 alone without any other topics in seen, it > seems to break in an unexpected place. Thank you for alerting me to this. I should have ran the tests after merging with the other branches in progress. It seems my issue is that I use "test_commit one" in two places now, so the second complains that nothing is new to commit. The simplest fix is to use "first", "second", and "third" in this patch, so I'll send a v2 soon with that change. Thanks, -Stolee