git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git-clone: don't unpack objects
@ 2005-10-19 12:43 Timo Hirvonen
  2005-10-19 20:09 ` Junio C Hamano
  0 siblings, 1 reply; 5+ messages in thread
From: Timo Hirvonen @ 2005-10-19 12:43 UTC (permalink / raw)
  To: Git Mailing List, Junio C Hamano

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

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

end of thread, other threads:[~2005-10-19 20:58 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-19 12:43 [PATCH] git-clone: don't unpack objects Timo Hirvonen
2005-10-19 20:09 ` 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

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).