diff options
author | Douwe Maan <douwe@gitlab.com> | 2016-12-01 04:21:58 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2016-12-01 04:21:58 +0000 |
commit | dcfc86086dbc5d38a09b4710222e74c1b1a5dcba (patch) | |
tree | 19014d95f903e6df72f4fec470be7e34671dbdef /CHANGELOG | |
parent | d7428a5a88ba4e204e0d1c6a9b6c12c070a41c8f (diff) | |
parent | 2bca5ccbfc6e35b9852ca5af117744d3a9a45422 (diff) | |
download | gitlab-shell-dcfc86086dbc5d38a09b4710222e74c1b1a5dcba.tar.gz |
Merge branch 'add-prune-option-to-fetch-command' into 'master'
Fetch repositories with --prune option by default.
This will allow us to not recreate branches that has been deleted on the upstream and the mirror.
Related issue: https://gitlab.com/gitlab-org/gitlab-ee/issues/1277
I've reviewed the code for updating local and remote mirrors also I've manually tested these features and all looks good.
Here is the description of the `--prune` option:
>>>
--prune
Before fetching, remove any remote-tracking references that no longer exist on the remote. Tags are not subject to pruning if they are fetched only because of the default tag auto-following or due to a --tags option. However, if tags are fetched due to an explicit refspec (either on the command line or in the remote configuration, for example if the remote was cloned with the --mirror option), then they are also subject to
>>>
@brodock do you see any issues when fetching repos for GitLab Geo?
See merge request !110
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ +v4.0.3 + - Fetch repositories with `--prune` option by default v4.0.2 - Fix gitlab_custom_hook dependencies |