Re: [git-users] git read-tree failure

2011-04-05 Thread Thomas Ferris Nicolaisen
I'm not really familiar with the read-tree command, nor have I had any use for it the last year of using git :) I think read-tree is more of a lower level plumbing command that normally we do not have so much need for. Maybe you can explain us what you really want to achieve? -- You received

Re: [git-users] git read-tree failure

2011-04-05 Thread Konstantin Khomoutov
On Tue, 5 Apr 2011 06:09:26 -0700 (PDT) Thomas Ferris Nicolaisen tfn...@gmail.com wrote: I'm not really familiar with the read-tree command, nor have I had any use for it the last year of using git :) I think read-tree is more of a lower level plumbing command that normally we do not have

[git-users] git read-tree failure

2011-04-04 Thread alenoosh
hi all I have a git repository that contains a subdirectory (for example subdir1) and I have a branch called subdir1-branch. Contents of subdir1-branch correspond to subdir1. I'm trying to use git-read-tree command : git read-tree --prefix=myrepo/subdir1 -u subdir1-branch but it fails