mirrored from https://bitbucket.org/childnode/marcel.git
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitk
37 lines (37 loc) · 938 Bytes
/
.gitk
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
31
32
33
34
35
36
37
set mainfont {{Lucida Grande} 9}
set textfont {Monaco 9}
set uifont {{Lucida Grande} 9 bold}
set tabstop 8
set findmergefiles 0
set maxgraphpct 50
set maxwidth 16
set cmitmode tree
set wrapcomment none
set autoselect 1
set autosellen 40
set showneartags 1
set hideremotes 0
set showlocalchanges 1
set datetimeformat {%Y-%m-%d %H:%M:%S}
set limitdiffs 1
set uicolor grey85
set want_ttk 1
set bgcolor white
set fgcolor black
set colors {green red blue magenta darkgrey brown orange}
set diffcolors {red "#00a000" blue}
set markbgcolor #e0e0ff
set diffcontext 3
set selectbgcolor gray85
set extdifftool opendiff
set perfile_attrs 0
set geometry(main) 1614x986+437+72
set geometry(state) normal
set geometry(topwidth) 1614
set geometry(topheight) 372
set geometry(pwsash0) "604 1"
set geometry(pwsash1) "932 1"
set geometry(botwidth) 531
set geometry(botheight) 609
set permviews {{{all branches} {} {--all --branches --tags --remotes} {}}
}