alright, I saved 30 MB by putting the temporary build/ directory into .gitignore<div><br></div><div>$ git repack -a -d -f --window=100 --depth=100</div><div><br></div><div>shrinks it from 109 MB to 82MB, that&#39;s a nice change</div>
<div><br></div><div>I have added and removed huge sets of files</div><div><br></div><div>Is there a way to remove select files from the index that are no longer in the working tree?</div><div><br></div><div>I will inquire on #git</div>
<div><br><div class="gmail_quote">On Tue, Jan 5, 2010 at 1:45 AM, Bernie Innocenti <span dir="ltr">&lt;<a href="mailto:bernie@codewiz.org">bernie@codewiz.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On Mon, 2010-01-04 at 14:28 +0545, Bryan Berry wrote:<br>
&gt; It is already over 127 MB and the .git directory is over 65 MB. There<br>
&gt; must be some giant individual files hanging out somewhere.<br>
<br>
&gt; I absolutely will have to repack this thing<br>
<br>
</div></div>Try<br>
<br>
  git repack -a -d -f --window=100 --depth=100<br>
<br>
<br>
I don&#39;t know a good way to search the history for large files (or large<br>
deltas). I guess we could ask for advice on #git, though.<br>
<font color="#888888"><br>
--<br>
   // Bernie Innocenti - <a href="http://codewiz.org/" target="_blank">http://codewiz.org/</a><br>
 \X/  Sugar Labs       - <a href="http://sugarlabs.org/" target="_blank">http://sugarlabs.org/</a><br>
<br>
</font></blockquote></div><br></div>