Skip to content
Snippets Groups Projects
Unverified Commit fb184455 authored by John Northrup's avatar John Northrup
Browse files

correct syntax for template file

parent 40163b6c
No related branches found
No related tags found
1 merge request!921add configurable option and defaults for git 'transfer-unpacklimit' to omnibus
Loading
Loading
@@ -639,8 +639,7 @@ external_url 'GENERATED_EXTERNAL_URL'
## For multiple options under one header use array of comma separated values, eg.
## { "receive" => ["fsckObjects = true"], "alias" => ["st = status", "co = checkout"] }
 
# omnibus_gitconfig['system'] = { "receive" => ["fsckObjects = true"] }
# omnibus_gitconfig['system'] = { "transfer" => ["unpackLimit = 1"] }
# omnibus_gitconfig['system'] = { "receive" => ["fsckObjects = true"], "transfer" => ["unpackLimit = 1"] }
 
#############
# GitLab CI #
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment