All of lore.kernel.org
 help / color / mirror / Atom feed
From: Clemens Buchacher <drizzd@aon.at>
To: Daniel Barkalow <barkalow@iabervon.org>
Cc: git@vger.kernel.org
Subject: Built-in checkout: wrong behaviour in subdirectories
Date: Wed, 20 Feb 2008 23:35:20 +0100	[thread overview]
Message-ID: <20080220223520.GA23642@localhost> (raw)

Hi,

The following test shows a problem since commit 782c2d6 (Build in checkout):

mkdir testrep
cd testrep
git init

: >file1
git add file1
git commit -m 'initial'

git branch dev

mkdir dir1
cd dir1
# this creates dir1/file1
git checkout dev

Regards,
Clemens

             reply	other threads:[~2008-02-20 22:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-20 22:35 Clemens Buchacher [this message]
2008-02-20 22:44 ` Built-in checkout: wrong behaviour in subdirectories Daniel Barkalow
2008-02-20 23:21   ` Junio C Hamano
2008-02-20 23:42     ` Junio C Hamano
2008-02-21 15:50       ` Daniel Barkalow
2008-02-20 23:54 ` [PATCH] checkout: work from a subdirectory 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=20080220223520.GA23642@localhost \
    --to=drizzd@aon.at \
    --cc=barkalow@iabervon.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.