# HG changeset patch # User Ludovic Chabant # Date 1553301140 25200 # Node ID 2279514d82e434a3089c1a7c0a47d6eceb07cdfe # Parent b7eb9c9bd3b4bab93a4723e98ce07b2c8cefa7dd Move local git config stuff to local file. diff -r b7eb9c9bd3b4 -r 2279514d82e4 git/gitconfig --- a/git/gitconfig Mon Jan 14 20:50:04 2019 -0800 +++ b/git/gitconfig Fri Mar 22 17:32:20 2019 -0700 @@ -1,20 +1,20 @@ -[user] - name = Ludovic Chabant - email = ludovic@chabant.com - -[push] - default = simple - -[alias] - tags = tag -l - branches = branch -a - remotes = remote -v - lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all - lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all - lg = !"git lg1" - -[include] - path = gitconfig-${OS} - path = gitconfig-local - -# vim:ft=gitconfig:ts=2:sw=2 +[user] + name = Ludovic Chabant + email = ludovic@chabant.com + +[push] + default = simple + +[alias] + tags = tag -l + branches = branch -a + remotes = remote -v + lg1 = log --graph --abbrev-commit --decorate --date=relative --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all + lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all + lg = !"git lg1" + +[include] + path = gitconfig-${OS} + path = gitconfig-local + +# vim:ft=gitconfig:ts=2:sw=2