t / t7500 / add-content-and-commenton commit bisect: fix off-by-one error in `best_bisection_sorted()` (7c11718)
   1#!/bin/sh
   2echo "commit message" >> "$1"
   3echo "# comment" >> "$1"
   4exit 0
   5