login
Header Space

 
 

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

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Elijah Newren <newren@...>
Cc: Frank Lichtenheld <frank@...>, <git@...>
Date: Sunday, October 7, 2007 - 6:19 pm

Elijah Newren, Mon, Oct 08, 2007 00:00:51 +0200:

rm -rf .git/refs/original/refs/heads/<the branch where HEAD pointed to>
(assuming you haven't repacked yet)

or just edit .git/packed-refs and remove everything "refs/original"
which fits the criteria


git reflog expire --all (it is a bit to much. You can just edit
.git/logs/* in any text editor)

-
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..., Alex Riesen, (Sun Oct 7, 6:19 pm)
speck-geostationary