git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: David Kastrup <dak@gnu.org>
To: git@vger.kernel.org
Subject: Problem with git-gui and relative directories
Date: Fri, 24 Aug 2007 15:40:31 +0200	[thread overview]
Message-ID: <868x81vynk.fsf@lola.quinscape.zz> (raw)


Doing something like

mkdir -p junk/woozle
cd junk
git-init
cd woozle
echo "hooray" > plop
git add plop
git commit -m "x"
git gui blame plop

errors out with

fatal: cannot stat path woozle/plop: No such file or directory

Obviously, git-gui is confused about relative paths here.

-- 
David Kastrup

             reply	other threads:[~2007-08-24 13:41 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-24 13:40 David Kastrup [this message]
2007-08-25  3:18 ` Problem with git-gui and relative directories Shawn O. Pearce
2007-08-25  7:26   ` David Kastrup
2007-08-25  8:15     ` Shawn O. Pearce

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=868x81vynk.fsf@lola.quinscape.zz \
    --to=dak@gnu.org \
    --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).