]> git.ipfire.org Git - thirdparty/git.git/commit
graph: add truncation mark to capped lanes
authorPablo Sabater <pabloosabaterr@gmail.com>
Sat, 28 Mar 2026 00:11:13 +0000 (01:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2026 04:22:09 +0000 (21:22 -0700)
commit9bab3ce5553b2333b8f8ee1aff27a9fe6a938f65
treebcec8b1adf3268456e66a50dff89b384900c6440
parentf756a3c78d4d88af1701996394650e6df6f66170
graph: add truncation mark to capped lanes

When lanes are hidden by --graph-lane-limit, show a "~"
truncation mark, so users know that there are lanes
being truncated. The "~" is chosen because it is not
used elsewhere in the graph and it is discrete.

Signed-off-by: Pablo Sabater <pabloosabaterr@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/rev-list-options.adoc
graph.c
t/t4215-log-skewed-merges.sh