archives/gitlab-shell: new aport

This commit is contained in:
Antoine Martin 2024-08-09 22:27:57 -04:00
parent f690124a2f
commit 9f6c072b60
Signed by: ayakael
GPG key ID: D62A472A4AA7D541
6 changed files with 270 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