blob: 6249264bc3a2e459ac4b531f2dfe14156622ea0f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
[user]
name = bozo.kopic
email = bozo.kopic@gmail.com
signingkey = 596B1248EF64E1308C7D2AD019CA03B76B479DCF
[http]
sslVerify = false
[branch]
autosetuprebase = always
[core]
autocrlf = false
editor = vim
[alias]
tree = log --graph --all --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short
[diff]
tool = meld
guitool = meld
[push]
default = simple
[difftool "meld"]
path = /usr/bin/meld
[commit]
gpgsign = true
|