From: Timo Hirvonen <tihirvon@gmail.com>
To: Git Mailing List <git@vger.kernel.org>, Junio C Hamano <junkio@cox.net>
Subject: [PATCH] git-clone: don't unpack objects
Date: Wed, 19 Oct 2005 15:43:41 +0300 [thread overview]
Message-ID: <20051019154341.2aed6998.tihirvon@gmail.com> (raw)
Pass --keep flag to git-clone-pack.
Signed-off-by: Timo Hirvonen <tihirvon@gmail.com>
---
git-clone.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
applies-to: 984b42b74993da2be26cd2b50ac1d3e74b0c4cd5
63a266005116dd914c85b4c5f97d0e628f0b37ec
diff --git a/git-clone.sh b/git-clone.sh
index 18e692a..152ba15 100755
--- a/git-clone.sh
+++ b/git-clone.sh
@@ -184,8 +184,8 @@ yes,yes)
;;
*)
cd "$D" && case "$upload_pack" in
- '') git-clone-pack $quiet "$repo" ;;
- *) git-clone-pack $quiet "$upload_pack" "$repo" ;;
+ '') git-clone-pack $quiet --keep "$repo" ;;
+ *) git-clone-pack $quiet --keep "$upload_pack" "$repo" ;;
esac
;;
esac
---
0.99.8.GIT
next reply other threads:[~2005-10-19 12:43 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-10-19 12:43 Timo Hirvonen [this message]
2005-10-19 20:09 ` [PATCH] git-clone: don't unpack objects Junio C Hamano
2005-10-19 20:23 ` Johannes Schindelin
2005-10-19 20:31 ` Linus Torvalds
2005-10-19 20:58 ` Junio C Hamano
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=20051019154341.2aed6998.tihirvon@gmail.com \
--to=tihirvon@gmail.com \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/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;
as well as URLs for NNTP newsgroup(s).