Re: [git-users] Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Philip Oakley
Message - From: Haasip Satang To: git-users@googlegroups.com Sent: Thursday, August 30, 2012 1:21 AM Subject: [git-users] Size of cloned git subtrees - only history / files for subtree needed Hi all, in short the question of the lenghty explanation below will be: How can I

Re: [git-users] Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Haasip Satang
-...@googlegroups.com javascript: *Sent:* Thursday, August 30, 2012 1:21 AM *Subject:* [git-users] Size of cloned git subtrees - only history / files for subtree needed Hi all, in short the question of the lenghty explanation below will be: How can I create a clone of a subtree that only contains

Re: [git-users] Size of cloned git subtrees - only history / files for subtree needed

2012-08-30 Thread Antony Male
On Thursday, 30 August 2012 11:34:52 UTC+1, Haasip Satang wrote: So the question actually is why does git clone --depth 1 --no-hardlinks *file:///*home/me/gitTests/subtreeRepo -b subtrees/xyz *xyz * give me a small clone (*but only locally), *while cloning from remote I get a big one.