Git development
 help / color / mirror / Atom feed
* Git clone behaviour change in 1.5.6 (vs 1.5.5.1)
@ 2008-06-23 19:51 Kalle Vahlman
  2008-06-23 19:56 ` Daniel Barkalow
  0 siblings, 1 reply; 10+ messages in thread
From: Kalle Vahlman @ 2008-06-23 19:51 UTC (permalink / raw)
  To: git

Hi!

Switching to the 1.5.6 release from 1.5.5.1, I found out that the
rewritten git-clone command changed its behaviour wrt cloning to a
non-existing destination directory structure. In the shell version the
destination (work tree) is created with 'mkdir -p' but in the C
version with just the mkdir() call which doesn't create the parent
directories.

I can't find any indication that this would be intended in the repo
history nor in the mailing list, so I'm left thinking that this is an
unwanted regression. Could someone confirm this?

-- 
Kalle Vahlman, zuh@iki.fi
Powered by http://movial.fi
Interesting stuff at http://syslog.movial.fi

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

end of thread, other threads:[~2008-06-25  6:12 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-23 19:51 Git clone behaviour change in 1.5.6 (vs 1.5.5.1) Kalle Vahlman
2008-06-23 19:56 ` Daniel Barkalow
2008-06-23 20:38   ` Jeff King
2008-06-23 21:03     ` Brandon Casey
2008-06-24  5:50       ` [PATCH] clone: create intermediate directories of destination repo Jeff King
2008-06-24  7:39         ` Junio C Hamano
2008-06-24  8:04           ` Jeff King
2008-06-24 15:20             ` Daniel Barkalow
2008-06-25  5:41               ` Jeff King
2008-06-25  6:11                 ` Daniel Barkalow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox