Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ff_git2go_merge_gob.go « featureflag « metadata « internal - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 80ee664a7695b9f7a8390d141b699d25f5110cf7 (plain)
1
2
3
4
5
6
package featureflag

// Git2GoMergeGob switches gitaly-git2go's merge command to use gob for serialization. This change
// allows Gitaly to pass through errors with additional details, for example to describe the set of
// conflicting files.
var Git2GoMergeGob = NewFeatureFlag("git2go_merge_gob", false)