projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pack-refs: Store the full name of the ref even when packing only tags.
[git]
/
builtin-count-objects.c
diff --git
a/builtin-count-objects.c
b/builtin-count-objects.c
index
1d3729a
..
73c5982
100644
(file)
--- a/
builtin-count-objects.c
+++ b/
builtin-count-objects.c
@@
-62,7
+62,7
@@
static void count_objects(DIR *d, char *path, int len, int verbose,
hex[40] = 0;
if (get_sha1_hex(hex, sha1))
die("internal error");
- if (has_sha1_pack(sha1))
+ if (has_sha1_pack(sha1
, NULL
))
(*packed_loose)++;
}
}