All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] git-repack --max-pack-size
@ 2007-04-30 23:16 Dana How
  2007-05-01  3:20 ` Junio C Hamano
  0 siblings, 1 reply; 15+ messages in thread
From: Dana How @ 2007-04-30 23:16 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List, danahow


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.

^ permalink raw reply	[flat|nested] 15+ messages in thread
* [PATCH 0/8] git-repack --max-pack-size
@ 2007-04-08 23:17 Dana How
  2007-04-09  2:33 ` Nicolas Pitre
  2007-04-09 19:43 ` Dana How
  0 siblings, 2 replies; 15+ messages in thread
From: Dana How @ 2007-04-08 23:17 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Git Mailing List, danahow


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.

After reviewing others' comments,  this latest patchset
touches 2/3 fewer files and 1/6 fewer lines,  and
introduces no behavior not seen elsewhere in git.

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2007-05-01 19:07 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-04-30 23:16 [PATCH 0/8] git-repack --max-pack-size Dana How
2007-05-01  3:20 ` Junio C Hamano
2007-05-01  4:37   ` Shawn O. Pearce
2007-05-01  8:26   ` Andy Parkins
2007-05-01  9:10     ` Junio C Hamano
2007-05-01  9:36       ` Andy Parkins
2007-05-01 14:46       ` Nicolas Pitre
2007-05-01 17:11         ` Junio C Hamano
2007-05-01 17:17           ` Nicolas Pitre
2007-05-01 17:42           ` Johannes Schindelin
2007-05-01 19:07             ` Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2007-04-08 23:17 Dana How
2007-04-09  2:33 ` Nicolas Pitre
2007-04-09 18:54   ` Dana How
2007-04-09 19:43 ` Dana How

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.