diff options
| author | Anton Bobov <abobov@gmail.com> | 2017-05-04 23:25:09 +0500 |
|---|---|---|
| committer | Anton Bobov <abobov@gmail.com> | 2017-05-04 23:25:09 +0500 |
| commit | 88ec0d5588c4da7927b5d9f295e47dbe0bf71c29 (patch) | |
| tree | 2ac573bf6046adb555b041449cd3f6dc1d1ecec9 /files/.gitconfig | |
| parent | dc7fdbfaa0b8ee1197df67ef1ff440d6d15fd4b0 (diff) | |
[git] Config update.
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 10 |
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] |
