Git development
 help / color / mirror / Atom feed
From: "Kalle Vahlman" <kalle.vahlman@gmail.com>
To: git@vger.kernel.org
Subject: Git clone behaviour change in 1.5.6 (vs 1.5.5.1)
Date: Mon, 23 Jun 2008 22:51:15 +0300	[thread overview]
Message-ID: <177e83dd0806231251u223717e4s2149f69313787ead@mail.gmail.com> (raw)

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

             reply	other threads:[~2008-06-23 19:52 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-06-23 19:51 Kalle Vahlman [this message]
2008-06-23 19:56 ` Git clone behaviour change in 1.5.6 (vs 1.5.5.1) 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

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=177e83dd0806231251u223717e4s2149f69313787ead@mail.gmail.com \
    --to=kalle.vahlman@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=zuh@iki.fi \
    /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