You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
728 B
24 lines
728 B
[user]
|
|
email = daniel@sissom.net
|
|
name = Daniel Sissom
|
|
signingkey = C6336D759D54FDA3C891EB624F6B3BB9D34719B7
|
|
[push]
|
|
default = simple
|
|
followTags = true
|
|
[alias]
|
|
lo = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
|
lg = log --graph --pretty=format:'%C(auto,yellow)%H%C(reset) %C(auto)%d%C(reset)%n%C(auto,green)%cd (%cr)%C(reset) %C(auto,blue)%an <%ae>%C(reset) %C(auto,green)%G?%C(reset)%n%n %s%+b%n'
|
|
[core]
|
|
excludesfile = /home/djsissom/.gitignore_global
|
|
[merge]
|
|
ff = false
|
|
[pull]
|
|
ff = only
|
|
[tag]
|
|
gpgSign = true
|
|
[init]
|
|
defaultBranch = master
|
|
[commit]
|
|
gpgsign = true
|
|
[safe]
|
|
directory = /usr/local/src/web/arcist.org/www
|