Skip to content

Feature flag: look up commits without batch-check

Pavlo Strokov requested to merge ps-git-object-retrieval into master

Introduction of the new feature flag cat_file that switch git object extraction process.
If enabled there won't be call to git cat-file --batch-check before git cat-file --batch to extract the object.
If extracted object won't be of expected type NotFound error would be returned.

Relates to: #2255 (closed)

Edited by GitLab Release Tools Bot

Merge request reports