diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-06 23:33:03 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-10-06 23:33:03 +0300 |
commit | c7aa027cfdf3959c8702ce11a24e87b0257abb5a (patch) | |
tree | b9574667832f9aeed11f3aff12eb89670cb1f28f /%HOME% | |
parent | mustn't be a repository anymore (diff) | |
download | linux-home-c7aa027cfdf3959c8702ce11a24e87b0257abb5a.tar.gz linux-home-c7aa027cfdf3959c8702ce11a24e87b0257abb5a.zip |
.gitconfig: core.filemode = false
Diffstat (limited to '%HOME%')
-rw-r--r-- | %HOME%/.gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.gitconfig b/%HOME%/.gitconfig index 9da4196..94fa833 100644 --- a/%HOME%/.gitconfig +++ b/%HOME%/.gitconfig @@ -5,6 +5,7 @@ editor = vim ignorecase = false autocrlf = true + filemode = false [push] default = current [merge] |