1 Mar
2011
1 Mar
'11
7:41 p.m.
Clone with depth parameters will help reduce size, yep. Not sure what you're going for with a diff on subdirs - if you mean diffing modules, then diffing subdirs really depends on how you've chosen to compose your tree - submodules, subtree merges, or plain nested repos. On 3/1/11 7:53 AM, Fahri Reza wrote:
how about doing shallow clone with $git-clone --depth=1 then run recursive-diff on the sub-directories (n=1 is just an example)
can someone gives comment whether this approach is recommended?
-- fireh --