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 39MB

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

[PATCH] git-rev-list: Don't die on a bad tag

2005-08-27 Thread Frank Sorenson
, but continue. Signed-off-by: Frank Sorenson [EMAIL PROTECTED] diff --git a/rev-list.c b/rev-list.c - --- a/rev-list.c +++ b/rev-list.c @@ -418,8 +418,10 @@ static struct commit *get_commit_referen if (tag_objects !(object-flags UNINTERESTING)) add_pending_object

Re: Barebone Porcelain. Where to stop?

2005-07-18 Thread Frank Sorenson
), since it would only be the front-end, rather than the front-end/back-end combination it is now. Is this something we want to consider, or am I out in left field? :) Frank - -- Frank Sorenson - KD7TZK Systems Manager, Computer Science Department Brigham Young University [EMAIL PROTECTED

[PATCH] Add commify function to cg-Xlib

2005-07-06 Thread Frank Sorenson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is a patch to add a commify function to cg-Xlib. I'll follow this up with a patch that uses the new function to commify the number and size of objects pulled in cg-pull. Signed-off-by: Frank Sorenson [EMAIL PROTECTED] Add a commify function

Re: [PATCH] Add commify function to cg-Xlib

2005-07-06 Thread Frank Sorenson
in there, just spaces (if anything at all). Besides, the number is usually not in higher order than thousands, so... why is it worth it? Okay. Not a problem. It just cleaned things up a little for me. If I want to keep it, I'll probably just maintain it in my local tree. Frank - -- Frank Sorenson - KD7TZK