blob: 2d2cb15074110a27d841f8d83d11f179a1f538f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[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
tree-single = log --graph --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
|