On 1/16/2020 3:21 PM, Derrick Stolee via GitGitGadget wrote: > From: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > > b9670c1f5e (dir: fix checks on common prefix directory, 2019-12-19) Thanks for fixing my typo here. > modified the way pathspecs are handled when handling a directory > during "git clean -f <path>". While this improved the behavior for > known test breakages, it also regressed in how the clean command > handles cleaning a specified file. > > Add a test case that demonstrates this behavior. This test passes > before b9670c1f5e then fails after. > > Helped-by: Kevin Willford <Kevin.Willford@xxxxxxxxxxxxx> > Signed-off-by: Derrick Stolee <dstolee@xxxxxxxxxxxxx> > Reviewed-by: Elijah Newren <newren@xxxxxxxxx> Do we need your sign-off here, too? -Stolee