From: "David ‘Bombe’ Roden" <bombe@pterodactylus.net>
To: git@vger.kernel.org
Subject: [BUG] Git looks for repository in wrong directory
Date: Thu, 3 Jul 2008 02:16:26 +0200 [thread overview]
Message-ID: <200807030216.28921.bombe@pterodactylus.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 904 bytes --]
Hi.
The following sequence:
mkdir r1
cd r1
git init
echo a > a
git add a
git commit -m "a"
cd ..
git clone r1 r1.git
cd r1
echo b > b
git add b
git commit -m "b"
cd ..
git ls-remote r1
git ls-remote r1/.
shows that Git searches for a repository in the wrong place. I think the last
two commands should output exactly the same but "git ls-remote r1" actually
lists the contents of "r1.git". Is that a bug or is this (extremely
confusing) behaviour intended?
This also afflicts the behaviour of "git-pull" and friends. I cloned a
directory and tried to pull new commits but I repeatedly got stuck with an
older commit. I have to move a second directory that was named like the first
directory, only with an appended ".git", out of the way so that I could
access the repository I asked for.
Used Git version is 1.5.6.1 on Linux 2.6.25.6 (Gentoo/x86).
David
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
next reply other threads:[~2008-07-03 0:17 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-03 0:16 David ‘Bombe’ Roden [this message]
2008-07-03 0:31 ` [BUG] Git looks for repository in wrong directory Junio C Hamano
2008-07-03 1:05 ` David ‘Bombe’ Roden
2008-07-03 19:28 ` Junio C Hamano
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=200807030216.28921.bombe@pterodactylus.net \
--to=bombe@pterodactylus.net \
--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).