blockerbugs/.gitconfig
Kamil Páral b34af75fa4 Add .gitconfig to allow git usage in OpenShift
Versioneer was failing because git now checks for user ownership on a git folder
and refuses to work if the ownership isn't correct. This file definitely
shouldn't be in the source repo, but at this moment, we're not sure how to make
it part of the deployment scripts (Frantisek promises to look at it really
soon(tm)).
2023-06-20 16:43:26 +02:00

4 lines
200 B
INI

# Allow to use git in our OpenShift deployment so that versioneer works properly.
# FIXME: This shouldn't be in the source repo, but in our deployment config.
[safe]
directory = /opt/app-root/src