xmlblog / dotfiles

My personal bash, vim, emacs, git, and Ruby dotfiles with OS X and Linux branches

This URL has Read+Write access

Christian Romney (author)
Tue May 12 08:48:15 -0700 2009
commit  b67be58ec44e14f6098b3c7905c4759496f976cb
tree    59f97206dab9dc43072c94346e7eb25fe39587db
parent  42e022bbbbfbb7c6d7d8d1973571e7585b8fb4ab
dotfiles / .gitk
100644 30 lines (29 sloc) 0.739 kb
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
set mainfont {"Inconsolata" 14}
set textfont {"Inconsolata" 13}
set uifont {"Inconsolata" 11 bold}
set tabstop 4
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set autoselect 1
set showneartags 1
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set limitdiffs 1
set bgcolor white
set fgcolor black
set colors {green red blue magenta darkgrey brown orange}
set diffcolors {red "#00a000" blue}
set diffcontext 3
set selectbgcolor gray85
set extdifftool meld
set geometry(main) 1425x795+7+22
set geometry(topwidth) 1421
set geometry(topheight) 529
set geometry(pwsash0) "870 2"
set geometry(pwsash1) "874 2"
set geometry(botwidth) 630
set geometry(botheight) 246
set permviews {}