Re: [PATCH] git rev-parse: Fix --show-cdup inside symlinked directory
From: Yves Orton <hidden>
Date: 2016-06-15 22:44:57
On Tue, 2008-07-15 at 18:41 +0200, Yves Orton wrote:
On Tue, 2008-07-15 at 17:40 +0200, Petr Baudis wrote:quoted
P.S.: Either way, there is a possible workaround to tell git about the working directory manually using git --work-tree=... that I missed to mention on IRC, Yves.Hmm, am i using it wrong then? [dmq@somewhere apps]$ git-rev-parse --git-dir /home/dmq/git_tree/main/.git [dmq@somewhere apps]$ git --work-tree="$(git-rev-parse --git-dir)" pull --rebase /usr/bin/git-sh-setup: line 139: cd: .git: No such file or directory Unable to determine absolute path of git directory
Hmm, realizing that was the workdir it wanted i tried it like so: [dmq@somewhere apps]$ git --work-tree="$(git-rev-parse --git-dir)/.." pull --rebase /usr/bin/git-sh-setup: line 139: cd: /home/dmq/git_tree/main/apps/.git: No such file or directory Unable to determine absolute path of git directory Yet: [dmq@somewhere apps]$ git-rev-parse --git-dir /home/dmq/git_tree/main/.git is correct.
cheers, yves ps: not on list, please cc me on replies (sorry for the hassle)