summary refs log tree commit diff
path: root/.gitconfig
blob: 6b63477e0af7124592b2bad1bdc962d5881ac667 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
[user]
	name = June 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>
bd549c3b6db2b047e5e7e19f0d26cff9f4&follow=1'>Add exampleJune McEnroe 2019-08-22Add FILES sectionJune McEnroe 2019-08-22Remove gamesJune McEnroe 2019-04-04Mark card functions inlineJune McEnroe 2019-04-04Add listClearJune McEnroe 2019-04-03Tweak mouseButtonUp code a bitJune McEnroe 2019-04-03Check gameAvail on double-clickJune McEnroe 2019-04-02Select and move cards on mouse upJune McEnroe 2019-04-01Add idSkipJune McEnroe 2019-03-31Fix weird typoJune McEnroe 2019-03-30Add undo to freecellJune McEnroe 2019-03-29Replace path.h with asset.hJune McEnroe 2019-03-29Add king win faceJune McEnroe 2019-03-29Change king face directionJune McEnroe 2019-03-29Load king bitmaps in freecellJune McEnroe