aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/config/gitconfig
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-18 18:26:58 -0300
committerEuAndreh <eu@euandre.org>2024-08-18 18:26:58 -0300
commit5cabb11e012365096bea22bbb5014dd031537c42 (patch)
tree6b5b108fe996f6ae54f32b2fbcdc065b71baac55 /src/infrastructure/config/gitconfig
parentsystem.scm: Use configuration from syskeep and upstream "packages" repository (diff)
downloadserver-5cabb11e012365096bea22bbb5014dd031537c42.tar.gz
server-5cabb11e012365096bea22bbb5014dd031537c42.tar.xz
rm -rf src/infrastructure/{ci,config,scripts}/
Diffstat (limited to 'src/infrastructure/config/gitconfig')
-rw-r--r--src/infrastructure/config/gitconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/infrastructure/config/gitconfig b/src/infrastructure/config/gitconfig
deleted file mode 100644
index f1f1eb3..0000000
--- a/src/infrastructure/config/gitconfig
+++ /dev/null
@@ -1,11 +0,0 @@
-[init]
- defaultBranch = main
-[user]
- email = ci@$TLD
- name = "Git CI"
-[advice]
- detachedHead = false
-[receive]
- advertisePushOptions = true
-[uploadpack]
- allowAnySHA1InWant = true