Mercurial > dotfiles
changeset 464:2279514d82e4
Move local git config stuff to local file.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Fri, 22 Mar 2019 17:32:20 -0700 |
parents | b7eb9c9bd3b4 |
children | f3a9ae9355d2 |
files | git/gitconfig |
diffstat | 1 files changed, 20 insertions(+), 20 deletions(-) [+] |
line wrap: on
line diff
--- 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