]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - tigrc
tigrc: Use relative dates.
[config/dotfiles.git] / tigrc
1 # tig configuration file.
2
3
4 # Show the revision graph like gitk does.
5 set show-rev-graph = yes
6
7 # Use relative dates.
8 set show-date = relative
9
10
11 # BINDINGS
12
13 # Allow moving in the main menu while displaying a diff in the bottom of the
14 # screen.
15 bind generic J next
16 bind generic K previous
17
18
19 # COLORS
20
21 # Try to mimic gitk's colors.
22
23 color date   default default
24
25 color delimiter default default # ~ if text is too long
26
27 # Main window.
28 color main-author    default default      # just 'author' in newer versions
29 color main-head      green   default bold # HEAD
30 color main-ref       green   default      # branches
31 color main-remote    yellow  default      # remote branches
32 color main-tag       yellow  default bold # tags
33 color main-local-tag yellow  default bold # local tags (normal tags)
34
35 # Information at the top of the commit diff.
36 color pp-adate  default default
37 color pp-cdate  default default
38 color pp-author default default
39 color pp-commit default default
40 color pp-merge  default default
41 color pp-date   default default
42 color pp-adate  default default
43 color pp-cdate  default default
44 color pp-refs   default default
45 # Special parts of the commit message.
46 color signoff   default default
47 color acked     default default
48
49 # Diff coloring.
50 color diff-header default default bold # diff --git a/.. b/..
51 color diff-index  default default bold # index abc..def
52 color diff-chunk  cyan    default      # @@ -.. +.. @@