Re: [PATCH] git-repack-script: Add option to repack all objects.

2005-08-29 Thread Junio C Hamano
A Large Angry SCM <[EMAIL PROTECTED]> writes: > ... (and for the maintainer to not be shy about asking for > them). Point taken. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo

Re: [PATCH] git-repack-script: Add option to repack all objects.

2005-08-29 Thread Frank Sorenson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Junio C Hamano wrote: > This originally came from Frank Sorenson but with a bit of > rework to allow future enhancement to the command without > changing the external interface for removal part. > > With the '-a' option, all objects in the current rep

Re: [PATCH] git-repack-script: Add option to repack all objects.

2005-08-29 Thread A Large Angry SCM
Junio C Hamano wrote: A Large Angry SCM <[EMAIL PROTECTED]> writes: Frank, Can you produce a patch to update the git-repack-script documentation to reflect the new functionality? Not including the doc changes in the patch was my fault, but the message was meant primarily as an explanation o

Re: [PATCH] git-repack-script: Add option to repack all objects.

2005-08-29 Thread Junio C Hamano
A Large Angry SCM <[EMAIL PROTECTED]> writes: > Frank, > > Can you produce a patch to update the git-repack-script documentation to > reflect the new functionality? Not including the doc changes in the patch was my fault, but the message was meant primarily as an explanation of what I meant, not

Re: [PATCH] git-repack-script: Add option to repack all objects.

2005-08-29 Thread A Large Angry SCM
Junio C Hamano wrote: This originally came from Frank Sorenson but with a bit of rework to allow future enhancement to the command without changing the external interface for removal part. With the '-a' option, all objects in the current repository are packed into a single pack. When the '-d' o

Re: [PATCH] git-repack-script: Add option to repack all objects

2005-08-29 Thread Junio C Hamano
Frank Sorenson <[EMAIL PROTECTED]> writes: > It reduces the disk space requirement significantly (linux packs from > 135MB to 73MB), and I'm seeing speed improvements as well (probably > because cache-cold operation requires far less seeking, and the caching > requirements are smaller). > > What a

Re: [PATCH] git-repack-script: Add option to repack all objects

2005-08-29 Thread Frank Sorenson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Junio C Hamano wrote: > Frank Sorenson <[EMAIL PROTECTED]> writes: > >>This patch adds an option to git-repack-script to repack all objects, >>including both packed and unpacked. This allows a full repack of >>a git archive (current cogito packs from

Re: [PATCH] git-repack-script: Add option to repack all objects

2005-08-28 Thread Junio C Hamano
Frank Sorenson <[EMAIL PROTECTED]> writes: > This patch adds an option to git-repack-script to repack all objects, > including both packed and unpacked. This allows a full repack of > a git archive (current cogito packs from 39MB to 4.5MB, and git packs > from 4.4MB to 3.8MB). > > Signed-off-by: