Nguyen Thai Ngoc Duy <pclouds@xxxxxxxxx> writes: > We could introduce exclude_path() and kill path_excluded() then. There > are just about 5-6 call sites to replace. The name path_excluded(... path ...) sounds like it is asking a yes/no question "is this path excluded?", which actually is what is going on. The name exclude_path(... path ...) sounds as if you are requesting somebody to exclude the path. Does that meaning match the semantics of the function? -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html