aboutsummaryrefslogtreecommitdiff
path: root/dot.gitconfig
blob: 82b0e9e99c710a7e540f06591642d9c7bb44488b (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
24
25
26
27
28
29
30
31
32
33
34
[include]
	path = ~/.dotfiles/grml-etc-core/etc/skel/.gitconfig
[user]
	email = qsx@chaotikum.eu
	name = Thomas Schneider
	signingkey = 95ee94a432583db1
[alias]
	p = push
	pl = pull
	lol = log --oneline --graph --decorate --all
	colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order
	push-all = !git remote | xargs -L1 git push
	praise = blame
	rofl = log --all --graph --format='%C(green)%h%Creset %C(yellow)%an%Creset %C(blue bold)%ad%Creset %C(red bold)%d%Creset%s'  --date=relative  --abbrev-commit --decorate
[push]
	default = simple
[instaweb]
	local = true
	httpd = webrick
	port = 64044
	browser = google-chrome
[pull]
	ff = only
[sendemail]
	bcc = fcc-sent@qsuscs.de
[init]
	defaultBranch = main
[core]
	quotePath = false
	commitGraph = true
[receive]
	advertisePushOptions = true
[gc]
	writeCommitGraph = true