On Sat, Jun 7, 2008 at 10:47 PM, Jakub Narebski <jnareb@xxxxxxxxx> wrote: > "Nguyen Thai Ngoc Duy" <pclouds@xxxxxxxxx> writes: > >> Currently attr.c will read .gitattributes on disk no matter there is a >> real worktree or not. > > Currently .gitattributes are read _only_ from the work tree. > There isn't even infrastructure to read .gitattributes for commit > (from a tree); git-check-attr, and I guess also internal git API, > deals only with in-tree .gitattribute file. I saw it read from index but forgot that index != tree :( So git-archive + export-subst just does not work as expected. -- Duy -- 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