# HG changeset patch # User Ludovic Chabant # Date 1512970967 28800 # Node ID 4cbf9f8b4a3731b569b51753ab5ffcd80d98792b # Parent d5f9ce3c3c918fdf492189bdbc6fb69cc66e6af9 SCM config tweaks. diff -r d5f9ce3c3c91 -r 4cbf9f8b4a37 git/gitconfig --- a/git/gitconfig Wed Aug 23 21:22:25 2017 -0700 +++ b/git/gitconfig Sun Dec 10 21:42:47 2017 -0800 @@ -1,6 +1,6 @@ [user] -name = Ludovic Chabant -email = ludovic@chabant.com + name = Ludovic Chabant + email = ludovic@chabant.com [push] default = simple @@ -18,3 +18,7 @@ [mergetool "sourcetree"] cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" trustExitCode = true +[core] + excludesfile = /Users/abdul/.gitignore_global +[commit] + template = /Users/abdul/.stCommitMsg diff -r d5f9ce3c3c91 -r 4cbf9f8b4a37 hgrc/hgignore --- a/hgrc/hgignore Wed Aug 23 21:22:25 2017 -0700 +++ b/hgrc/hgignore Sun Dec 10 21:42:47 2017 -0800 @@ -2,6 +2,7 @@ *~ *.pyo +*.orig .DS_Store Thumbs.db