git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Built-in checkout: wrong behaviour in subdirectories
@ 2008-02-20 22:35 Clemens Buchacher
  2008-02-20 22:44 ` Daniel Barkalow
  2008-02-20 23:54 ` [PATCH] checkout: work from a subdirectory Junio C Hamano
  0 siblings, 2 replies; 6+ messages in thread
From: Clemens Buchacher @ 2008-02-20 22:35 UTC (permalink / raw)
  To: Daniel Barkalow; +Cc: git

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-02-21 15:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-20 22:35 Built-in checkout: wrong behaviour in subdirectories Clemens Buchacher
2008-02-20 22:44 ` 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

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).