/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
pack-objects --unpacked=<existing pack> option.
[git/git.git]
/
builtin-prune-packed.c
diff --git
a/builtin-prune-packed.c
b/builtin-prune-packed.c
index
d3dd94d
..
960db49
100644
(file)
--- a/
builtin-prune-packed.c
+++ b/
builtin-prune-packed.c
@@
-19,7
+19,7
@@
static void prune_dir(int i, DIR *dir, char *pathname, int len)
memcpy(hex+2, de->d_name, 38);
if (get_sha1_hex(hex, sha1))
continue;
- if (!has_sha1_pack(sha1))
+ if (!has_sha1_pack(sha1
, NULL
))
continue;
memcpy(pathname + len, de->d_name, 38);
if (dryrun)