summaryrefslogtreecommitdiffstats
path: root/git
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2016-02-29 20:17:14 -0500
committerThibaut Horel <thibaut.horel@gmail.com>2016-02-29 20:17:45 -0500
commit42a68b98bacc30428466fb3cc1ee8b3687a3f14b (patch)
tree65a6fde886cbb2342fa1841de728b2ae1683a9a3 /git
parent6922101af031fff3ed464c1472936b8ab8ac0fbe (diff)
downloaddotfiles-42a68b98bacc30428466fb3cc1ee8b3687a3f14b.tar.gz
Go config
Diffstat (limited to 'git')
-rw-r--r--git/.gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
index 5f03756..eb93fc9 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -7,6 +7,7 @@
editor = vim
excludesfile = ~/.git_ignore
whitespace = cr-at-eol
+ quotepath = false
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
[push]