Hi Everyone, I am new to git and have submitted a microproject to get familiar with the process of submitting patches. Would further like to work on resolving this issue https://github.com/gitgitgadget/git/issues/353 Some questions regarding that: What is meant by skipping evaluation of lazy prereq? Does it mean that test_lazy_prereq() and test_run_lazy_prereq() functions should be skipped in tests which are instructed to be skipped by --run? So for example if we run $sh t0001-init.sh --run='1-33' Then current behaviour allows test_lazy_prereq() at line 319 to execute. But since we are not running tests past the 33rd test we don't want test_lazy_prereq() to be executed. Is this the problem statement? I know the issue talks about something related to chains but I am thinking of starting by resolving the lazy prereq task first.