author | Jeff King <peff@peff.net> | |
Wed, 4 Jun 2008 18:38:58 +0000 (14:38 -0400) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 4 Jun 2008 20:33:25 +0000 (13:33 -0700) | ||
commit | 541fc218e6541ae94b3b1bc9e613f7bc879f6841 | |
tree | 28bfa59c103b904bf5e2258abb23e6e90ac6c2c8 | tree | snapshot |
parent | 60727b5800d7791e5b107620cb5b2d344cf97fe9 | commit | diff |
Fix "git clone $URL" to check out the worktree when asked
The builtin-clone now does the http commit walking and the tree unpacking
in the same process, and the commit walker leaves the in-core objects in a
funny state. When forgetting the data read from the tree object, the
object should be marked "not parsed yet" for later users.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
The builtin-clone now does the http commit walking and the tree unpacking
in the same process, and the commit walker leaves the in-core objects in a
funny state. When forgetting the data read from the tree object, the
object should be marked "not parsed yet" for later users.
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
walker.c | diff | blob | history |