Matthew DeVore <matvore@xxxxxxxxxx> writes: > In the codebase, "prune" is a highly overloaded term, and it caused me a > lot of trouble to figure out what it meant when it was used in the > context of path limiting. Stop using the word "prune" when we really > mean "path limiting." path limiting is also used for two purposes. "pruning", which is to cull the side branches that do not contribute the changes made to the paths we are interested in, and showing only the changes to the paths that match pathspec. AFAIK, "prune" is also used to describe unreachable loose objects, but that use is fairly isolated and have little risk of being confusing too much. Are there other uses to make you consider it "highly overloaded"? My gut feeling is that the result is not reducing "overloading" in a meaningful way, and this change is not worth the churn, but it depends on the answer to the above question. Thanks.