Skip to content
Commit d7c1bed8 authored by Stan Hu's avatar Stan Hu
Browse files

GitHub import: Run housekeeping after initial import

After an initial fetch, the repository will have many loose objects
and refs. Running a `git gc` will compact refs into `packed-refs` and
objects into `.pack` files, which should make importing pull
requests faster.

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/59477
parent 33316f7f
Loading
Loading
Loading