git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Nguyen Thai Ngoc Duy <pclouds@gmail.com>
To: Daniel Convissor <danielc@analysisandsolutions.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: hitting home directory's parent
Date: Sat, 22 Aug 2009 23:20:39 +0700	[thread overview]
Message-ID: <fcaeb9bf0908220920g29ec24e9v23d0504d10ca6cfb@mail.gmail.com> (raw)
In-Reply-To: <20090822150542.GA29507@panix.com>

On Sat, Aug 22, 2009 at 10:05 PM, Daniel
Convissor<danielc@analysisandsolutions.com> wrote:
> Hi Duy:
>
> On Sat, Aug 22, 2009 at 11:10:18AM +0700, Nguyen Thai Ngoc Duy wrote:
>>
>> I guess it tried to find .git directory upward. I think you can set
>> GIT_CEILING_DIRECTORIES to make it stop at /home/danielc. Excerpt from
>> git.txt
>
> That didn't change the situation.

I'd suggest you to degrade Git to a version earlier than 1.6.1, when
the error was not added. :-D

But did it at least change the error message? Here is what I got when
"chmod 000 /tmp/a":

/tmp/a/b/c $ cd ../..
bash: cd: ../..: Permission denied
/tmp/a/b/c $ git --help
fatal: Cannot change to '/tmp/a/b/c/..': Permission denied
/tmp/a/b/c $ GIT_CEILING_DIRECTORIES=/tmp/a/b git --help
fatal: Cannot come back to cwd: Permission denied

Looks like absolute path will cause troubles anyway this case.

> I did read a bit farther in the manual and initialized a new repository.
> Issuing "git --help" once inside that new repository works.  Requiring
> the --help command to be called from inside a repository, or even that
> it's looking for a repository at all, seems unwise.  All it should do is
> display the usage information and exit.

For simple things like --help, I agree Git should not do extra work
such as searching for Git repository, which is the cause. That was on
Jeff's plan IIRC.
-- 
Duy

  reply	other threads:[~2009-08-22 16:21 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-21 20:05 hitting home directory's parent Daniel Convissor
2009-08-22  4:10 ` Nguyen Thai Ngoc Duy
2009-08-22 15:05   ` Daniel Convissor
2009-08-22 16:20     ` Nguyen Thai Ngoc Duy [this message]
2009-08-22 16:22       ` Nguyen Thai Ngoc Duy
2009-08-22 18:16       ` Jeff King
2009-08-23  4:07         ` Nguyen Thai Ngoc Duy
2009-08-25  4:42           ` Jeff King
2009-08-23  5:12         ` Daniel Convissor
2009-08-25  4:48           ` Jeff King
2009-08-23  4:42       ` Daniel Convissor

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=fcaeb9bf0908220920g29ec24e9v23d0504d10ca6cfb@mail.gmail.com \
    --to=pclouds@gmail.com \
    --cc=danielc@analysisandsolutions.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).