git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3aa6694
)
unpack-trees: release oid_array after use in check_updates()
author
René Scharfe
<redacted>
Sun, 25 Mar 2018 16:31:48 +0000
(18:31 +0200)
committer
Junio C Hamano
<redacted>
Sun, 25 Mar 2018 17:51:46 +0000
(10:51 -0700)
Signed-off-by: Rene Scharfe <redacted>
Signed-off-by: Junio C Hamano <redacted>
unpack-trees.c
patch
|
blob
|
history
diff --git
a/unpack-trees.c
b/unpack-trees.c
index 73a1cdb43e351a12c1f081344ff0d8a6e78f0793..2253c910427c7dcb9f1cf7ed282d37a7dd8d8ae9 100644
(file)
--- a/
unpack-trees.c
+++ b/
unpack-trees.c
@@
-390,6
+390,7
@@
static int check_updates(struct unpack_trees_options *o)
fetch_objects(repository_format_partial_clone,
&to_fetch);
fetch_if_missing = fetch_if_missing_store;
+ oid_array_clear(&to_fetch);
}
for (i = 0; i < index->cache_nr; i++) {
struct cache_entry *ce = index->cache[i];
git clone https://git.99rst.org/PROJECT