X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Fgit%2Finit.sls;h=1fa20f95eeeedfe0659cbaa3e9dbe76843be4ea6;hb=df89b70437ff77e0dd39707bde54cc1ab09074d7;hp=3d1e0df74dcd6697767e7c98978a629ad4e44cd0;hpb=1a196a22ec7aeff2515812539ecf04b263bc8173;p=max%2Fsaltfiles.git diff --git a/states/git/init.sls b/states/git/init.sls index 3d1e0df..1fa20f9 100644 --- a/states/git/init.sls +++ b/states/git/init.sls @@ -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', } %}