Hi, On Fri, 28 Mar 2008, Toby Corkindale wrote: > I submit that this is a bug, or at least undesirable behaviour: > > "git-archive --remote=/some/repo" will ignore /some/repo/.gitattributes, > but check /some/repo/info/attributes. > > I think the problem is in the loop that looks for .gitattributes, which > seems to do so by taking the current path and iterating down through it? The problem is that "git archive --remote" operates on the remote repository as if it were bare. Which in many cases is true. So I'd submit that this is not the usage .gitattributes is meant for, and that you should clone the thing if you want to generate archives heeding the .gitattributes. Ciao, Dscho -- 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