From 88ec0d5588c4da7927b5d9f295e47dbe0bf71c29 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 4 May 2017 23:25:09 +0500 Subject: [git] Config update. --- files/.gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'files/.gitconfig') 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] -- cgit v1.2.3