<br clear="all"><div><br></div>-MinRK<br>
<br><br><div class="gmail_quote">On Mon, Jan 24, 2011 at 00:54, Matthew Brett <span dir="ltr"><<a href="mailto:matthew.brett@gmail.com">matthew.brett@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi,<br>
<div class="im"><br>
On Sun, Jan 23, 2011 at 8:56 PM, Fernando Perez <<a href="http://fperez.net" target="_blank">fperez.net</a>@<a href="http://gmail.com" target="_blank">gmail.com</a>> wrote:<br>
> - see if we can do a full purge of that data from the repo (I think<br>
> the added size is ~6MB right now) with git's filter-branch tool<br>
> (<a href="http://help.github.com/removing-sensitive-data" target="_blank">http://help.github.com/removing-sensitive-data</a> has some tips).<br>
<br>
</div>Dumb question - but doesn't the git content get purged automatically<br>
if you delete the references to it?<br></blockquote><div><br></div><div>Git is generally quite conservative about preserving data, at least for a while.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
I mean, can't you just delete the 'gh-pages' branch and wait for the<br>
content to fall out?<br>
<br>
Or do ``git branch -D gh-pages && git gc --prune="Jan 24 2011"`` if<br>
you want to lose it straightaway?<br></blockquote><div><br></div><div>That will delete it locally, but it will have exactly no effect on the repo on GitHub or anybody else. To delete a remote branch, you do:</div><div><br>
</div><div>git push origin :gh-pages</div><div><br></div><div>which does trigger garbage collection, but we have no access to arguments passed to gc and prune on the remote repo, so it will likely have no immediate effect on the size of the repo.</div>
<div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
See you,<br>
<font color="#888888"><br>
Matthew<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
IPython-dev mailing list<br>
<a href="mailto:IPython-dev@scipy.org">IPython-dev@scipy.org</a><br>
<a href="http://mail.scipy.org/mailman/listinfo/ipython-dev" target="_blank">http://mail.scipy.org/mailman/listinfo/ipython-dev</a><br>
</div></div></blockquote></div><br>