user/gitlab-shell: new aport

This commit is contained in:
build@apk-groulx 2023-01-11 13:38:45 +00:00
parent 95b9767c2b
commit 02bebb22f7
6 changed files with 251 additions and 0 deletions

View file

@ -0,0 +1,17 @@
# 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