On Tue, Aug 25, 2020 at 9:17 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > This ancient script runs "git-foo" all over the place. A strange > thing is that it has t9200 tests successfully running, even though > it does not seem to futz with PATH to prepend $(git --exec-path) > output. t/test-lib.sh takes care of that for us, doesn't it? > It is tempting to declare that the command must be unused, > but that is left to another topic. > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx>