summaryrefslogtreecommitdiff
path: root/dotfiles
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-11-01 11:04:11 +0100
committerAnton Khirnov <anton@khirnov.net>2020-11-01 11:04:11 +0100
commitae8f4927c640fda9f7f8475bc5a91f06bac2dcfb (patch)
treeb0989937716026a1dfe76180f00df30a7e252d91 /dotfiles
parent7457ce38c2b7c96fc896a7a868ce348eb29e48b8 (diff)
Add gitconfig.
Diffstat (limited to 'dotfiles')
-rw-r--r--dotfiles/gitconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig
new file mode 100644
index 0000000..3b81720
--- /dev/null
+++ b/dotfiles/gitconfig
@@ -0,0 +1,21 @@
+[user]
+ name = Anton Khirnov
+ email = anton@khirnov.net
+[sendemail]
+ chainreplyto = false
+ envelopesender = auto
+ suppresscc = self
+ confirm = always
+[merge]
+ tool = vimdiff
+[core]
+ pager = less -FRX
+[alias]
+ brlog = log -p --reverse origin/master..HEAD
+[diff]
+ renames = copy
+ colorMoved = true
+[pull]
+ ff = only
+[pretty]
+ summary = format:%C(auto)%h%Creset %cs %<|(48)%C(brightyellow)%an%Creset %s