/
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
commit-graph: use raw_object_store when closing
[git/git.git]
/
upload-pack.c
diff --git
a/upload-pack.c
b/upload-pack.c
index
d098ef5
..
b51bed2
100644
(file)
--- a/
upload-pack.c
+++ b/
upload-pack.c
@@
-717,7
+717,7
@@
static void deepen_by_rev_list(struct packet_writer *writer, int ac,
{
struct commit_list *result;
- close_commit_graph(the_repository);
+ close_commit_graph(the_repository
->objects
);
result = get_shallow_commits_by_rev_list(ac, av, SHALLOW, NOT_SHALLOW);
send_shallow(writer, result);
free_commit_list(result);