From: Maximilian Friedersdorff Date: Mon, 17 Jun 2019 08:54:56 +0000 (+0100) Subject: Remove recursive definition of lg and struct X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;h=2727187a298efea80218472bcc6b34147231bef0;p=max%2Fsaltfiles.git Remove recursive definition of lg and struct --- diff --git a/states/git/init.sls b/states/git/init.sls index 4e2764a..84d1e59 100644 --- a/states/git/init.sls +++ b/states/git/init.sls @@ -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',