We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a4b54 commit 41969a2Copy full SHA for 41969a2
README.md
@@ -309,6 +309,10 @@ order = "chrono"
309
# The value specified in the command line argument takes precedence.
310
# type: enum (possible values: "auto", "double", "single")
311
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"
316
# The initial selection of commit when starting the application.
317
318
# type: enum (possible values: "latest", "head")
0 commit comments