On Wed, Apr 20, 2016 at 9:41 AM, Stefan Beller wrote:
> On Wed, Mar 2, 2016 at 12:49 AM, Jeff King wrote:
>> On Tue, Mar 01, 2016 at 07:17:20PM -0400, Joey Hess wrote:
>>
>>> Junio C Hamano wrote:
>>> > A more pertinent question may be which version of Git did the above
>>> > ever work, I guess.
On Wed, Mar 2, 2016 at 12:49 AM, Jeff King wrote:
> On Tue, Mar 01, 2016 at 07:17:20PM -0400, Joey Hess wrote:
>
>> Junio C Hamano wrote:
>> > A more pertinent question may be which version of Git did the above
>> > ever work, I guess. We fairly liberally chdir around and I do not
>> > think we d
On Tue, Mar 01, 2016 at 07:17:20PM -0400, Joey Hess wrote:
> Junio C Hamano wrote:
> > A more pertinent question may be which version of Git did the above
> > ever work, I guess. We fairly liberally chdir around and I do not
> > think we deliberately avoid assuming that "cd .git && cd .." might
>
Junio C Hamano wrote:
> A more pertinent question may be which version of Git did the above
> ever work, I guess. We fairly liberally chdir around and I do not
> think we deliberately avoid assuming that "cd .git && cd .." might
> not come back to the original directory, for example, so I wouldn't
Stefan Beller wrote:
> To elaborate on that: Starting in 2.7 parts of the submodule stuff
> has been rewritten in C, in 2.8 even more and there is more in flight for
> > 2.8.
>
> However your bug is also to be found in 2.6, which doesn't contain any
> recent rewrites, so it is a rather long stand
Stefan Beller writes:
> On Tue, Mar 1, 2016 at 12:42 PM, Joey Hess wrote:
>> git init gitdir
>> mkdir worktree
>> cd worktree
>> ln -s ../gitdir/.git .git
>> git submodule add /any/git/repo sub
>>
>> fatal: Could not chdir to '../../../sub': No suc
On Tue, Mar 1, 2016 at 1:39 PM, Stefan Beller wrote:
> On Tue, Mar 1, 2016 at 12:42 PM, Joey Hess wrote:
>> git init gitdir
>> mkdir worktree
>> cd worktree
>> ln -s ../gitdir/.git .git
>> git submodule add /any/git/repo sub
>>
>> fatal: Could not c
On Tue, Mar 1, 2016 at 12:42 PM, Joey Hess wrote:
> git init gitdir
> mkdir worktree
> cd worktree
> ln -s ../gitdir/.git .git
> git submodule add /any/git/repo sub
>
> fatal: Could not chdir to '../../../sub': No such file or directory
>
> Fairly su
git init gitdir
mkdir worktree
cd worktree
ln -s ../gitdir/.git .git
git submodule add /any/git/repo sub
fatal: Could not chdir to '../../../sub': No such file or directory
Fairly sure this is a bug..
--
see shy jo
signature.asc
Description: PGP
9 matches
Mail list logo