archives/gitlab-shell: new aport
This commit is contained in:
parent
f690124a2f
commit
9f6c072b60
6 changed files with 270 additions and 0 deletions
17
archives/gitlab-shell/gitconfig
Normal file
17
archives/gitlab-shell/gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue