-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathgitk
More file actions
26 lines (26 loc) · 663 Bytes
/
gitk
File metadata and controls
26 lines (26 loc) · 663 Bytes
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
set mainfont {Monaco 12}
set textfont {Monaco 12}
set uifont {Monaco 12 bold}
set tabstop 8
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode patch
set wrapcomment none
set showneartags 1
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
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 geometry(main) 794x484+392+69
set geometry(topwidth) 790
set geometry(topheight) 150
set geometry(pwsash0) "280 2"
set geometry(pwsash1) "420 2"
set geometry(botwidth) 350
set geometry(botheight) 314
set permviews {}