Commit f50fab5425f36e1259f4e3137fb7de0b00fada07
1 parent
ce4b03c0
Exists in
master
and in
79 other branches
Setting git configurations for user git
Signed-off-by: Alexandre Barbosa <alexandreab@live.com> Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Showing
1 changed file
with
4 additions
and
0 deletions
Show diff stats
gitlab.spec
... | ... | @@ -114,6 +114,10 @@ if [ /usr/bin/redis-server ]; then |
114 | 114 | service redis start |
115 | 115 | fi |
116 | 116 | |
117 | +git config --global user.name "GitLab" | |
118 | +git config --global user.email "example@example.com" | |
119 | +git config --global core.autocrlf input | |
120 | + | |
117 | 121 | mkdir -p /var/lib/gitlab-assets |
118 | 122 | |
119 | 123 | cd /usr/lib/gitlab/ | ... | ... |