From a1afaeffef5caa2cf9e97b10ed0667a2b2df604e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 12 Nov 2024 12:28:23 +0100 Subject: checkpoint --- config/essentials/git/config | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/essentials') diff --git a/config/essentials/git/config b/config/essentials/git/config index 2b2b202..130b8a5 100644 --- a/config/essentials/git/config +++ b/config/essentials/git/config @@ -14,3 +14,5 @@ change-commits = "!f() { VAR1=$1; VAR='$'$1; OLD=$2; NEW=$3; echo \"Are you sure for replace $VAR $OLD => $NEW ?(Y/N)\";read OK;if [ \"$OK\" = 'Y' ] ; then shift 3; git filter-branch --env-filter \"if [ \\\"${VAR}\\\" = '$OLD' ]; then export $VAR1='$NEW';echo 'to $NEW'; fi\" $@; fi;}; f " [commit] gpgsign = true +[gpg] + program = /usr/bin/gpg -- cgit v1.2.3