Skip to content

Commit 41969a2

Browse files
committed
Update README
1 parent 88a4b54 commit 41969a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,10 @@ order = "chrono"
309309
# The value specified in the command line argument takes precedence.
310310
# type: enum (possible values: "auto", "double", "single")
311311
graph_width = "auto"
312+
# The commit graph image edge style.
313+
# The value specified in the command line argument takes precedence.
314+
# type: enum (possible values: "rounded", "angular")
315+
graph_style = "rounded"
312316
# The initial selection of commit when starting the application.
313317
# The value specified in the command line argument takes precedence.
314318
# type: enum (possible values: "latest", "head")

0 commit comments

Comments
 (0)