Skip to content

featureflag: Enable Go implementation of ListConflictFiles

Patrick Steinhardt requested to merge pks-go-list-conflict-files-default into master

The port of ListConflictFiles from Ruby to Go is currently hidden behind a feature flag. Given that it's been rolled out to production without any bug reports so far, this commit enables the flag by default.

Merge request reports