Thread (2 messages) flat view 2 messages, 2 authors, 2016-06-15

Re: Built-in checkout: wrong behaviour in subdirectories

From: Daniel Barkalow <hidden>
Date: 2016-06-15 22:44:15

On Wed, 20 Feb 2008, Clemens Buchacher wrote:
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
I was just recently wondering why that worked (in the context of trying to 
have builtin-clone work the same way). Guess that explains it...

Junio: it looks like something used to cause read-tree to be run with 
pwd being the working tree root in git-checkout.sh; is that something that 
should be done in setup for builtin-checkout, or should unpack_trees learn 
how to deal correctly with a non-pwd work tree root?

	-Daniel
*This .sig left intentionally blank*
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help