projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d2540f0
b925410
)
Merge part of pack-thin branch
author
Junio C Hamano
<junkio@cox.net>
Thu, 23 Feb 2006 11:00:59 +0000
(
03:00
-0800)
committer
Junio C Hamano
<junkio@cox.net>
Thu, 23 Feb 2006 11:00:59 +0000
(
03:00
-0800)
1
2
pack-objects.c
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
pack-objects.c
index
32befa0
,
af3bdf5
..
8da8aab
---
1
/
pack-objects.c
---
2
/
pack-objects.c
+++ b/
pack-objects.c
@@@
-516,12
-493,9
+516,13
@@@
static int add_object_entry(const unsig
die("internal error in object hashing.");
object_ix[-1 - ix] = idx + 1;
}
+ status = 1;
already_added:
+ if (progress_update) {
+ fprintf(stderr, "Counting objects...%d\r", nr_objects);
+ progress_update = 0;
+ }
if (exclude)
entry->preferred_base = 1;
else {