diff options
author | Matt Turner <mattst88@gmail.com> | 2022-09-21 20:57:34 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2022-09-21 20:57:34 -0400 |
commit | 232f47bf707ea5b209d7738b57457e199054b38a (patch) | |
tree | be4a372c07dd13282088114a4611d6cb15c59444 /.gitconfig | |
parent | 3ae4e47dd22700c9e865e0b5de1ba04a6dfa55b9 (diff) |
.gitconfig: More config options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ autosquash = true [core] excludesfile = /home/mattst88/.global_ignore + autocrlf = false + filemode = false + pager = less -+F [diff] renames = true [push] |