diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-02-13 23:54:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-02-13 23:54:46 -0200 |
commit | 26e5e13ae7274a4655e71cfce87345abc93cf123 (patch) | |
tree | 5bde0ec1ed5354e64f40e11e2b2e43610c16dc85 /modules | |
parent | 691fd8bf1e89e6eedebd477b070db79cbb249b60 (diff) | |
download | dotfiles-26e5e13ae7274a4655e71cfce87345abc93cf123.tar.gz dotfiles-26e5e13ae7274a4655e71cfce87345abc93cf123.tar.bz2 |
Adding .gitk
Diffstat (limited to 'modules')
-rw-r--r-- | modules/git/gitk.dot.link | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/modules/git/gitk.dot.link b/modules/git/gitk.dot.link new file mode 100644 index 0000000..3fea100 --- /dev/null +++ b/modules/git/gitk.dot.link @@ -0,0 +1,36 @@ +set mainfont {{Nimbus Sans L} 11} +set textfont {{nimbus mono l} 12} +set uifont {{Serto Batnan} 12} +set tabstop 8 +set findmergefiles 0 +set maxgraphpct 50 +set maxwidth 30 +set cmitmode patch +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 meld +set perfile_attrs 0 +set geometry(main) 1364x713+0+19 +set geometry(state) normal +set geometry(topwidth) 1364 +set geometry(topheight) 242 +set geometry(pwsash0) "628 1" +set geometry(pwsash1) "773 1" +set geometry(botwidth) 699 +set geometry(botheight) 466 +set permviews {} |