Re: [PATCH v3 1/8] scalar: constrain enlistment search
From: Derrick Stolee <hidden>
Date: 2022-08-19 18:32:59
From: Derrick Stolee <hidden>
Date: 2022-08-19 18:32:59
On 8/18/2022 5:40 PM, Victoria Dye via GitGitGadget wrote:
From: Victoria Dye <redacted> Make the search for repository and enlistment root in 'setup_enlistment_directory()' more constrained to simplify behavior and adhere to 'GIT_CEILING_DIRECTORIES'.
Thanks for doing this rather substantial rework. The logic makes sense to me and the tests really help to demonstrate the different cases. -Stolee