diff options
author | EuAndreh <eu@euandre.org> | 2024-08-18 18:26:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-08-18 18:26:58 -0300 |
commit | 5cabb11e012365096bea22bbb5014dd031537c42 (patch) | |
tree | 6b5b108fe996f6ae54f32b2fbcdc065b71baac55 /src/infrastructure/config/gitconfig | |
parent | system.scm: Use configuration from syskeep and upstream "packages" repository (diff) | |
download | server-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/gitconfig | 11 |
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 |