-
Notifications
You must be signed in to change notification settings - Fork 7
/
configexample.ogl
67 lines (56 loc) · 1.41 KB
/
configexample.ogl
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
####################
#Example Config
####################
# Seed is used to get a random color. We usually use the color from
# git log --graph itself but sometimes a color isn't provided so
# we need to choose a random color
#seed=3
# The graph/line style: "squared" "dual" "heavy" "default" (or "rounded")
style=rounded
# This fixes some column sizes.
#unlimited-fields=false
#subject.width=60
#author.width=15
#date.width=15
# Field colors
#subject.color=15
#author.color=66
#date.color=237
# Hide consecutive date and author
#hide-consecutive=true
# Align commit messages
#align-messages=false
# Number of columns to give up aligning commits
# When graph is too wide it can get hard to read commits
# even in pieces where it is not that wide yet
#max-align-messages=70
# Enable unicode icons for branch/ref names
#unicode-icons=true
# Personalize branch/ref icons
#icon.origin="🐱 "
#icon.tag="⚑ "
#icon.local="⌨ "
#icon.head="✓"
# Customize commit bullet
#icon.commit.bullet="◦"
#icon.commit.childless="◦"
#icon.commit.bullet="┿"
#icon.commit.childless="┯"
#
#icon.commit.bullet="╿"
#icon.commit.childless="╿"
#
#icon.commit.bullet="╪"
#icon.commit.childless="╪"
#
#icon.commit.bullet="◊"
#icon.commit.childless="◊"
#
#icon.commit.bullet="🝔"
#icon.commit.childless="🝔"
#
#icon.commit.bullet="⧫"
#icon.commit.childless="⧫"
#
#icon.commit.bullet="•"
#icon.commit.childless="•"