[PATCH 0/8] git-repack --max-pack-size

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Junio C Hamano <junkio@...>
Cc: Git Mailing List <git@...>, <danahow@...>
Date: Monday, April 30, 2007 - 7:16 pm

The three most common ways of making large packfiles
are git-fast-import, the first git-repack, or git-repack -a.
The first already supports a "--max-pack-size=N" option,
which limits the resulting packfiles to N megabytes.
This patchset adds the same option, with the same
behavior, to git-repack to handle the other two cases.

This iteration fixes miscellaneous issues discussed on the list
and introduces no behavior not seen elsewhere in git.
It is based on "next" in order to incorporate Nicolas Pitre's work.
-
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:
[PATCH 0/8] git-repack --max-pack-size, Dana How, (Mon Apr 30, 7:16 pm)
Re: [PATCH 0/8] git-repack --max-pack-size, Junio C Hamano, (Mon Apr 30, 11:20 pm)
Re: [PATCH 0/8] git-repack --max-pack-size, Andy Parkins, (Tue May 1, 4:26 am)
Re: [PATCH 0/8] git-repack --max-pack-size, Junio C Hamano, (Tue May 1, 5:10 am)
Re: [PATCH 0/8] git-repack --max-pack-size, Nicolas Pitre, (Tue May 1, 10:46 am)
Re: [PATCH 0/8] git-repack --max-pack-size, Junio C Hamano, (Tue May 1, 1:11 pm)
Re: [PATCH 0/8] git-repack --max-pack-size, Johannes Schindelin, (Tue May 1, 1:42 pm)
Re: [PATCH 0/8] git-repack --max-pack-size, Junio C Hamano, (Tue May 1, 3:07 pm)
Re: [PATCH 0/8] git-repack --max-pack-size, Nicolas Pitre, (Tue May 1, 1:17 pm)
Re: [PATCH 0/8] git-repack --max-pack-size, Andy Parkins, (Tue May 1, 5:36 am)
Re: [PATCH 0/8] git-repack --max-pack-size, Shawn O. Pearce, (Tue May 1, 12:37 am)