summary refs log tree commit diff
path: root/.config/git/config
blob: 41aeb22d942fbbdf14277afb2a45559b6480ab13 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = Curtis McEnroe
	email = programble@gmail.com
[commit]
	gpgSign = true
[rebase]
	autosquash = true
[pretty]
	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
[include]
	path = ./override
follow=1'>Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe