gitlab-org--gitlab-foss/changelogs/unreleased/sh-make-prune-optional-in-git-fetch.yml
Stan Hu e9fad3e501 Make --prune a configurable parameter in fetching a git remote
By default, --prune is added to the command-line of a `git fetch` operation,
but for repositories with many references this can take a long time to run. We
shouldn't need to run --prune the first time we fetch a new repository.
2018-03-06 00:10:04 -08:00

5 lines
115 B
YAML

---
title: Make --prune a configurable parameter in fetching a git remote
merge_request:
author:
type: performance