"Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > From: Johannes Schindelin <johannes.schindelin@xxxxxx> > > In preparation for `bisect--helper` graduating to become the actual > `bisect` command, we hereby teach it to print the very same usage > strings as the scripted `git-bisect.sh` does. Sounds good. If we stop the series at this stage, a misimplemented caller might give us an awkweard output, but we are not expecting end-users to invoke "git bisect--helper -h" to begin with, so it is perfectly OK. Somewhere during the journey to fully move it to builtin/bisect.c this needs to be done, and this step may probably be the right spot in the series.