]> git.friedersdorff.com Git - max/saltfiles.git/blobdiff - states/git/init.sls
Remove recursive definition of lg and struct
[max/saltfiles.git] / states / git / init.sls
index 4e2764a97c52869c9e1fc8aec031003d29bd22f2..84d1e59cbc998ccfe58c07d0fc2aad6c0aac3c99 100644 (file)
@@ -16,9 +16,9 @@ include:
   'merge.tool': 'diffuse',
   'merge.ff': 'true',
   'push.default': 'simple',
-  'alias.lg': 'lg = log --graph --pretty=format:\'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset\' --date=short',
+  'alias.lg': 'log --graph --pretty=format:\'%Cred%h%Creset %G? %ad %s %C(bold blue)<%an>%Creset %C(yellow)%d%Creset\' --date=short',
   '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.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',