summary refs log tree commit diff
path: root/.gitconfig
blob: 026b5814766e49ad3e42c3c375806b9c07767c8c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = Curtis McEnroe
	email = programble@gmail.com
[core]
	editor = vim
[push]
	default = simple
[rebase]
	autosquash = true
[pretty]
	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
0c9555f542cbe636479&showmsg=1&follow=1'>Expand)Author 2014-01-08Use argv_array in place of vectorLukas Fleischer 2014-01-08ui-stats.c: Remove unused macroLukas Fleischer 2014-01-08scan-tree.c: Remove unused macroLukas Fleischer 2013-09-14ui-shared: Drop filepair_cb_raw() and helperLukas Fleischer 2013-09-14ui-diff: Use diff_tree_sha1() for raw diff formattingLukas Fleischer