aboutsummaryrefslogtreecommitdiff
path: root/files/.gitconfig
diff options
context:
space:
mode:
authorAnton Bobov <abobov@gmail.com>2017-05-04 23:25:09 +0500
committerAnton Bobov <abobov@gmail.com>2017-05-04 23:25:09 +0500
commit88ec0d5588c4da7927b5d9f295e47dbe0bf71c29 (patch)
tree2ac573bf6046adb555b041449cd3f6dc1d1ecec9 /files/.gitconfig
parentdc7fdbfaa0b8ee1197df67ef1ff440d6d15fd4b0 (diff)
[git] Config update.
Diffstat (limited to 'files/.gitconfig')
-rw-r--r--files/.gitconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/files/.gitconfig b/files/.gitconfig
index 07a1e6b..e657f8f 100644
--- a/files/.gitconfig
+++ b/files/.gitconfig
@@ -1,18 +1,24 @@
[user]
name = Anton Bobov
email = abobov@gmail.com
+[http]
+ sslVerify = false
[color]
ui = auto
[diff]
tool = vimdiff
[difftool]
prompt = false
+[grep]
+ lineNumber = true
[merge]
tool = vimdiff
stat = true
[core]
pager = less -+$LESS -FRX
excludesfile = ~/.gitignore
+[log]
+ decorate = short
[alias]
aa = add --all --intent-to-add
ar = !sh -c 'git archive --format=tar --prefix="$(basename "$PWD")-$1/" $1^{tree} | bzip2 >"$(basename "$PWD")-$1.tar.bz2"' -
@@ -38,6 +44,10 @@
autosetuprebase = local
[rebase]
instructionFormat = %s [%an] {%ar}
+[rerere]
+ enabled = true
+[status]
+ submoduleSummary = true
[help]
autocorrect = 10
[credential]