On Fri, Aug 24, 2007 at 11:38:13AM +0200, Johannes Schindelin wrote: > I wonder why you do not just use the "smudge" and "clean" attributes, and > store the ownership _and_ the permissions in .gitacls. Thinking about this more, are you proposing: 1. Clean and smudge every file, looking up the attributes in .gitacls. In that case, I think they are not sufficient because the filter script receives only the blob content on stdin, but never sees the filename. or 2. Clean and smudge .gitacls, munging the file permissions as a side effect. In this case, won't some git operations that write the files break your permissions (i.e., if I update "foo" but not .gitacls, then the .gitacls filter won't be run and I will be left with git's default permissions). -Peff - 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