aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitconfig
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-10-06 20:45:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-10-06 20:45:23 +0300
commitf05d745f30dea9810c42b75c5f191e57a68fa74a (patch)
treec74cb48b870eb0cc01bee4e798ef4e32bad9c3a3 /.gitconfig
parentREADME update (diff)
downloadlinux-home-f05d745f30dea9810c42b75c5f191e57a68fa74a.tar.gz
linux-home-f05d745f30dea9810c42b75c5f191e57a68fa74a.zip
mustn't be a repository anymore
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig30
1 files changed, 0 insertions, 30 deletions
diff --git a/.gitconfig b/.gitconfig
deleted file mode 100644
index 9da4196..0000000
--- a/.gitconfig
+++ /dev/null
@@ -1,30 +0,0 @@
-[user]
- name = Egor Tensin
- email = Egor.Tensin@gmail.com
-[core]
- editor = vim
- ignorecase = false
- autocrlf = true
-[push]
- default = current
-[merge]
- tool = kdiff3
-[mergetool "kdiff3"]
- trustExitCode = false
-[mergetool]
- keepBackup = false
-[diff]
- tool = kdiff3
-[difftool]
- keepBackup = false
-[difftool "kdiff3"]
- trustExitCode = false
-[pull]
- ff = only
-[alias]
- clean-all = clean -fdx
- clean-ignored = clean -fdX
- clean-unknown = clean -fd
- l = log --oneline
-[fetch]
- prune = true