Skip to content

Commit

Permalink
Merge pull request #1426 from atetubou/fetch_pack
Browse files Browse the repository at this point in the history
fetch-pack.c: enable fscache for stats under .git/objects
  • Loading branch information
Git for Windows Build Agent committed Jan 20, 2018
2 parents 8beaade + 6badb8d commit ad72ef3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fetch-pack.c
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ static int everything_local(struct fetch_pack_args *args,

save_commit_buffer = 0;

enable_fscache(1);
for (ref = *refs; ref; ref = ref->next) {
struct object *o;

Expand All @@ -734,6 +735,7 @@ static int everything_local(struct fetch_pack_args *args,
cutoff = commit->date;
}
}
enable_fscache(0);

if (!args->deepen) {
for_each_ref(mark_complete_oid, NULL);
Expand Down

0 comments on commit ad72ef3

Please sign in to comment.