2014-10-05 21:30:10 +02:00
|
|
|
[user]
|
|
|
|
name = Mikaela Suomalainen
|
2015-01-10 11:17:47 +01:00
|
|
|
email = mikaela+git@mikaela.info
|
2014-11-05 14:13:15 +01:00
|
|
|
signingkey = 0x0C207F07B2F32B67
|
2012-12-21 13:50:51 +01:00
|
|
|
[alias]
|
2014-06-30 14:05:27 +02:00
|
|
|
cleandi = clean -di
|
|
|
|
cleandix = clean -dix
|
2014-10-08 22:28:16 +02:00
|
|
|
# From http://progit.org/book/ch2-7.html
|
|
|
|
last = cat-file commit HEAD
|
|
|
|
# From https://github.com/blog/985-git-io-github-url-shortener#comment-15121
|
|
|
|
mergen = merge --no-ff
|
|
|
|
pulln = pull --no-ff
|
2014-10-09 21:17:16 +02:00
|
|
|
pullen = pull --no-ff
|
2014-10-08 22:28:16 +02:00
|
|
|
shorten = "!sh -c 'curl -i http://git.io -F url=$1' -"
|
|
|
|
|
2012-12-21 13:50:51 +01:00
|
|
|
[core]
|
2014-06-30 14:05:27 +02:00
|
|
|
editor = vim
|
2014-06-08 10:53:10 +02:00
|
|
|
autocrlf = input
|
2012-12-21 13:50:51 +01:00
|
|
|
[color]
|
2014-06-01 15:18:18 +02:00
|
|
|
# From git manpage and http://book.git-scm.com/5_customizing_git.html
|
|
|
|
branch = true
|
|
|
|
diff = true
|
|
|
|
grep = true
|
|
|
|
interactive = true
|
|
|
|
pager = true
|
|
|
|
showbranch = true
|
|
|
|
status = true
|
|
|
|
ui = true
|
2014-05-25 16:28:49 +02:00
|
|
|
[push]
|
2014-06-01 15:18:18 +02:00
|
|
|
default = current
|
2016-04-10 10:50:38 +02:00
|
|
|
gpgSign = if-asked
|
2014-07-14 20:17:14 +02:00
|
|
|
[credential]
|
2014-10-05 21:30:10 +02:00
|
|
|
helper = cache --timeout=86400
|
|
|
|
[merge]
|
|
|
|
ff = only
|
2015-02-14 21:48:03 +01:00
|
|
|
[format]
|
2016-04-10 10:50:38 +02:00
|
|
|
signOff = true
|
2016-04-09 12:04:48 +02:00
|
|
|
[commit]
|
|
|
|
gpgsign = true
|
2016-06-20 18:00:04 +02:00
|
|
|
[diff]
|
|
|
|
compactionHeuristic = true
|
|
|
|
[pager]
|
|
|
|
# log = diff-highlight | less
|
|
|
|
# show = diff-highlight | less
|
|
|
|
# diff = diff-highlight | less
|
|
|
|
[interactive]
|
|
|
|
# diffFilter = diff-highlight
|