# HG changeset patch # User Ludovic Chabant # Date 1482206806 28800 # Node ID a951ca3b5d8c58261734567653665fb2599a63e1 # Parent 4963dd2dcefc316ea061cec87ab24e892622a6c0 Add local `gitconfig`. diff -r 4963dd2dcefc -r a951ca3b5d8c .hgignore --- 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/ diff -r 4963dd2dcefc -r a951ca3b5d8c git/gitconfig --- 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