18 lines
366 B
Text
18 lines
366 B
Text
|
# Based on files/gitlab-cookbooks/gitlab/templates/default/gitconfig.erb
|
||
|
# in omnibus-gitlab.
|
||
|
|
||
|
[user]
|
||
|
name = GitLab
|
||
|
email = gitlab@local.host
|
||
|
|
||
|
[core]
|
||
|
# Needed for the web editor.
|
||
|
autocrlf = input
|
||
|
alternateRefsCommand="exit 0 #"
|
||
|
# This option is unnecessary on journaled file systems and it's not recognized
|
||
|
# by git >= 2.36.
|
||
|
# fsyncObjectFiles = true
|
||
|
|
||
|
[gc]
|
||
|
auto = 0
|