On 10/7/07, Alex Riesen <raa.lkml@gmail.com> wrote:
<snip>
So...
$ du -hs .
11M .
$ rm -rf .git/refs/original/
$ vi .git/packed-refs
# Remove the line referring to refs/original...
$ git reflog expire --all
$ git gc --aggressive --prune
$ du -hs .
11M .
It's still 11MB.
Any other ideas?
Elijah
-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html