Mercurial > dotfiles
changeset 358:a951ca3b5d8c
Add local `gitconfig`.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 19 Dec 2016 20:06:46 -0800 |
parents | 4963dd2dcefc |
children | 1a8e250fdf9d |
files | .hgignore git/gitconfig |
diffstat | 2 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgignore Mon Dec 19 20:06:04 2016 -0800 +++ b/.hgignore Mon Dec 19 20:06:46 2016 -0800 @@ -6,6 +6,7 @@ cache/* tags/* .netrwhist +git/gitconfig-local hgrc/hgrc-local vim/vimrc-local vim/local/
--- a/git/gitconfig Mon Dec 19 20:06:04 2016 -0800 +++ b/git/gitconfig Mon Dec 19 20:06:46 2016 -0800 @@ -10,3 +10,5 @@ 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-local