]> git.friedersdorff.com Git - max/saltfiles.git/commitdiff
Sign all git commits
authorMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 17 Jun 2019 08:43:30 +0000 (09:43 +0100)
committerMaximilian Friedersdorff <max@friedersdorff.com>
Mon, 17 Jun 2019 08:43:30 +0000 (09:43 +0100)
states/git/init.sls

index 3d1e0df74dcd6697767e7c98978a629ad4e44cd0..1fa20f95eeeedfe0659cbaa3e9dbe76843be4ea6 100644 (file)
@@ -20,7 +20,8 @@ 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': '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',
+  'alias.ci': 'commit -S',
+  'alias.commit': 'commit -S',
   'alias.st': 'status',
 }
 %}