From 6ca385110cd619b5949f72f74d611360585998b3 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 6 Feb 2023 18:44:33 +0100 Subject: [PATCH] daily autocommit --- .etckeeper | 1 + gitconfig | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 gitconfig diff --git a/.etckeeper b/.etckeeper index feabfc2..5fa6147 100755 --- a/.etckeeper +++ b/.etckeeper @@ -768,6 +768,7 @@ maybe chgrp 'users' 'ftp-backup/id_rsa.pub' maybe chmod 0644 'ftp-backup/id_rsa.pub' maybe chmod 0644 'fuse.conf' maybe chmod 0644 'gai.conf' +maybe chmod 0644 'gitconfig' maybe chmod 0644 'gitweb.conf' maybe chmod 0755 'groff' maybe chmod 0644 'groff/man.local' diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..116cef7 --- /dev/null +++ b/gitconfig @@ -0,0 +1,11 @@ +[init] + defaultBranch = main +[user] + email = frank@brehm-online.com + name = Frank Brehm +[push] + default = simple +[color] + ui = true +[pager] + branch = false -- 2.39.5