Re: git-archive --worktree-attributes (1.8.2)

2013-04-09 Thread Junio C Hamano
Amit Bakshi writes: > Hi, > > In the help for git-archive it states: > >--worktree-attributes >Look for attributes in .gitattributes in working directory too. > ... The worktree-attributes should read from the worktree. It should not pay any attention to where you are in th

git-archive --worktree-attributes (1.8.2)

2013-04-09 Thread Amit Bakshi
Hi, In the help for git-archive it states: --worktree-attributes Look for attributes in .gitattributes in working directory too. This doesn't seem to be the case. I have a use case where I need to archive a remote I don't have write access too (via --remote=), and I wish to ig