Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
doc/git-send-email: mention sendemail.cc config variable
[gitweb.git]
/
builtin-count-objects.c
diff --git
a/builtin-count-objects.c
b/builtin-count-objects.c
index 6e80fe7c016788c178e206c61f5ef3c1fdea506c..ab35b65b073e9bc089fcc96f295ca3bc457c992a 100644
(file)
--- a/
builtin-count-objects.c
+++ b/
builtin-count-objects.c
@@
-126,6
+126,6
@@
int cmd_count_objects(int argc, const char **argv, const char *prefix)
}
else
printf("%lu objects, %lu kilobytes\n",
- loose, loose_size /
2
);
+ loose, loose_size /
1024
);
return 0;
}