]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/git/init.sls
Sign all git commits
[max/saltfiles.git] / 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',
 }
 %}