summaryrefslogtreecommitdiff
path: root/src/gitconfig
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2024-08-16 21:17:51 -0300
committerEuAndreh <eu@euandre.org>2024-08-16 21:17:51 -0300
commit3bd8330d10b945511f38535d9977a80f24854222 (patch)
tree7d99f3f4e325761b2a2bf1076f72a25e54ff7c2a /src/gitconfig
parentdeps.mk: Add src/cronjob entry (diff)
downloadsyskeep-3bd8330d10b945511f38535d9977a80f24854222.tar.gz
syskeep-3bd8330d10b945511f38535d9977a80f24854222.tar.xz
Add config files and install them under $(SYSCONFDIR)
Diffstat (limited to 'src/gitconfig')
-rw-r--r--src/gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/gitconfig b/src/gitconfig
new file mode 100644
index 0000000..f1f1eb3
--- /dev/null
+++ b/src/gitconfig
@@ -0,0 +1,11 @@
+[init]
+ defaultBranch = main
+[user]
+ email = ci@$TLD
+ name = "Git CI"
+[advice]
+ detachedHead = false
+[receive]
+ advertisePushOptions = true
+[uploadpack]
+ allowAnySHA1InWant = true