gitlab-org--gitlab-foss/changelogs/unreleased/sh-cache-negative-entries-find-commit.yml
Stan Hu 52215e8983 Allow caching of negative FindCommit matches
When FindCommit ref caching is enabled, negative matches would
previously not be cached. However, if a source branch is deleted,
there's no need to keep looking up the same commit. This change caches
the result of a nil commit.
2019-06-25 22:59:24 -07:00

5 lines
103 B
YAML

---
title: Allow caching of negative FindCommit matches
merge_request: 29952
author:
type: performance