]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Do not automatically sign all commits
authorMaximilian Friedersdorff <max@friedersdorff.com>
Wed, 9 Oct 2019 08:05:07 +0000 (09:05 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Wed, 9 Oct 2019 08:05:07 +0000 (09:05 +0100)
It's pointless!

states/git/init.sls

index 9fc3c9c1fd7a3856768e29c0cb11e30b980644a9..9f64fd2209f8b48d48eaaace155dcd21ec05f846 100644 (file)
@@ -20,8 +20,7 @@ include:
   'alias.hist': 'log --graph --full-history --all --pretty=format:\'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset\' --date=short',
   'alias.struct': 'log --graph --full-history --all --pretty=format:\'%ad %s %Creset %C(yellow)%d%Creset\' --date=short --simplify-by-decoration',
   'alias.co': 'checkout',
-  'alias.ci': 'commit -S',
-  'alias.commit': 'commit -S',
+  'alias.ci': 'commit',
   'alias.st': 'status',
   'alias.vh': 'verify-commit HEAD',
   'alias.vc': 'verify-commit',
@@ -29,8 +28,8 @@ include:
   'alias.tag': 'tag -s',
   'alias.t': 'tag -s',
   'alias.alias': '!req=$\'\\033[0;31m=\\033[0m\'; git config --get-regexp ^alias\. | sed -e s/^alias\.// -e "s/\ /\t$req\ /"',
-  'alias.r': 'rebase -S',
-  'alias.m': 'merge -S',
+  'alias.r': 'rebase',
+  'alias.m': 'merge',
   'alias.pa': '!git remote | xargs -L1 git push --all',
 }
 %}