Skip to content

config: Set autocrlf to false

Justin Tobler requested to merge jt-autocrlf-config into master

Gitaly should be agnostic as a datastore and not transform line endings. Currently by default core.autocrlf is set to input which can transform line endings on commit. This change updates the default global configuration of core.autocrlf to false which stops Gitaly from transforming line endings.

Closes: #3476 (closed)

Merge request reports