-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
-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
-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
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
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
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
-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
-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
8 matches
Mail list logo