From 4a37da01c2af56dde8dab3204bb4d3b80c137053 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Thu, 5 Oct 2023 21:33:38 +0100 Subject: [PATCH] Add more 'safe' directories and enable maintenance tasks. --- .gitconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index b087b1a..efca39b 100644 --- a/.gitconfig +++ b/.gitconfig @@ -21,6 +21,16 @@ p = push s = status [safe] - directory = /data/slackware/repo + directory = /data/slackware/repo.git + directory = /data/slackware/tagfiles.git + directory = /data/slackware/tools.git directory = /data/tmp/slackbuilds.git directory = /data/tmp/ponce-slackbuilds.git +[maintenance] + repo = / + repo = /root + repo = /data/slackware/repo.git + repo = /data/slackware/tagfiles.git + repo = /data/slackware/tools.git + repo = /data/tmp/slackbuilds.git + repo = /data/tmp/ponce-slackbuilds.git