git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/8] Updated git-gc --auto series.
@ 2007-09-17  8:27 Junio C Hamano
  2007-09-17  8:27 ` [PATCH 1/8] Export matches_pack_name() and fix its return value Junio C Hamano
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Junio C Hamano @ 2007-09-17  8:27 UTC (permalink / raw)
  To: git

An updated series of "git-gc --auto", on top of 'next',
consisting of 8 patches, will follow this message.

Differences from the previous round are:

 - Earlier if you have too many unreachable loose objects,
   automated gc would have tried to "repack -d -l" which would
   not improve the situation at all every time it was run.  It
   now at least warns upon such a situation;

 - pack-objects learned --keep-unreachable option which helps
   "repack -a -d" not to lose packed but unreachable objects
   while repacking existing packs into a new pack;

 - repack learned -A option which is similar to -a but gives
   --keep-unreachable to underlying pack-objects;

 - "git-gc --auto" runs "git-repack -A -d -l" when there are too
   many packs in the repository;

 - These changes are documented ;-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/8] Updated git-gc --auto series.
@ 2007-09-17  8:43 Junio C Hamano
  0 siblings, 0 replies; 10+ messages in thread
From: Junio C Hamano @ 2007-09-17  8:43 UTC (permalink / raw)
  To: git

An updated series of "git-gc --auto", on top of 'next',
consisting of 8 patches, will follow this message.

Differences from the previous round are:

 - Earlier if you have too many unreachable loose objects,
   automated gc would have tried to "repack -d -l" which would
   not improve the situation at all every time it was run.  It
   now at least warns upon such a situation;

 - pack-objects learned --keep-unreachable option which helps
   "repack -a -d" not to lose packed but unreachable objects
   while repacking existing packs into a new pack;

 - repack learned -A option which is similar to -a but gives
   --keep-unreachable to underlying pack-objects;

 - "git-gc --auto" runs "git-repack -A -d -l" when there are too
   many packs in the repository;

 - These changes are documented ;-)

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

end of thread, other threads:[~2007-09-17  9:43 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-17  8:27 [PATCH 0/8] Updated git-gc --auto series Junio C Hamano
2007-09-17  8:27 ` [PATCH 1/8] Export matches_pack_name() and fix its return value Junio C Hamano
2007-09-17  8:27 ` [PATCH 2/8] pack-objects --keep-unreachable Junio C Hamano
2007-09-17  8:27 ` [PATCH 3/8] repack -A -d: use --keep-unreachable when repacking Junio C Hamano
2007-09-17  8:27 ` [PATCH 4/8] git-gc --auto: move threshold check to need_to_gc() function Junio C Hamano
2007-09-17  8:27 ` [PATCH 5/8] git-gc --auto: add documentation Junio C Hamano
2007-09-17  8:27 ` [PATCH 6/8] git-gc --auto: protect ourselves from accumulated cruft Junio C Hamano
2007-09-17  8:27 ` [PATCH 7/8] git-gc --auto: restructure the way "repack" command line is built Junio C Hamano
2007-09-17  8:27 ` [PATCH 8/8] git-gc --auto: run "repack -A -d -l" as necessary Junio C Hamano
  -- strict thread matches above, loose matches on Subject: below --
2007-09-17  8:43 [PATCH 0/8] Updated git-gc --auto series Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).