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, 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

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

2005-08-27 Thread Frank Sorenson
-incremental .tmp-pack) || + exit 1 + if [ -z "$packname" ]; then + echo Nothing new to pack + exit 0 + fi + ;; +esac mkdir -p "$GIT_OBJECT_DIRECTORY/pack" && mv .tmp-pack-$packname.pack "$GIT_OBJECT_D

[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->f

Re: Barebone Porcelain. Where to stop?

2005-07-18 Thread Frank Sorenson
ow Porcelain to take advantage of the core git more directly, and would improve the speed of Porcelain. The minimum UI (#1) would be a much simpler example (#3), 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, o

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

2005-07-06 Thread Frank Sorenson
y > commas 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 tr

[PATCH] Commify numbers in cg-pull

2005-07-06 Thread Frank Sorenson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Here is a patch to commify the number and size of objects pulled in cg-pull. Depends on the previous "Add commify function" patch. Signed-off-by: Frank Sorenson <[EMAIL PROTECTED]> Commify number and size of objects pulled

[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]> Ad