Hi Junio, On Wed, 10 Aug 2022, Junio C Hamano wrote: > "Johannes Schindelin via GitGitGadget" <gitgitgadget@xxxxxxxxx> > writes: > > > While at it, enable the command trace via `-x` and verbose output via > > `-v`, otherwise it would be near impossible to diagnose any problems. > > This sounds like a completely unrelated change. It may sound like it, but it is not. In order to make sense of the broken tests, I needed access to more verbose output than our test scripts provide by default. When running the test suite on the command-line, it is easy to tell the user "oh, if you need more information, just call the test script with these here options: ...". This is not an option when running the tests within Visual Studio. Does this clarify the intention and validity of the proposed patch? If so, I will gladly try my best to improve the commit message to explain that intention better. Ciao, Dscho