Skip to content

Feature flag: look up commits without batch-check

Pavlo Strokov requested to merge ps-feature-commit-without-batch-check into master

What does this MR do?

Introduction of the new feature flag commit_without_batch_check 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.

Gitaly MR: gitaly!1711 (comment 274656766)

Relating to issue: gitaly#2255 (closed)

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

There is no need in testing. All checks are covered by unit test during CI process.
There should be no impact on the current state of things.

Edited by Nick Thomas

Merge request reports