Re: Trying to use git-filter-branch to compress history by removing large, obsolete binary files

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Alex Riesen <raa.lkml@...>
Cc: Frank Lichtenheld <frank@...>, <git@...>
Date: Sunday, October 7, 2007 - 6:24 pm

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
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Trying to use git-filter-branch to compress history by r..., Johannes Schindelin, (Sun Oct 7, 7:19 pm)
Re: Trying to use git-filter-branch to compress history by r..., Johannes Schindelin, (Sun Oct 7, 7:28 pm)
Re: Trying to use git-filter-branch to compress history by r..., Johannes Schindelin, (Sun Oct 7, 8:34 pm)
Re: Trying to use git-filter-branch to compress history by r..., Johannes Schindelin, (Sun Oct 7, 9:06 pm)
Re: Trying to use git-filter-branch to compress history by r..., Johannes Schindelin, (Tue Oct 9, 6:37 am)
Re: Trying to use git-filter-branch to compress history by r..., Elijah Newren, (Sun Oct 7, 6:24 pm)