From: Junio C Hamano Date: Wed, 24 Jun 2026 20:21:12 +0000 (-0700) Subject: Merge branch 'ps/shift-root-in-graph' into jch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7071d59cd160a5013a83fd0bbeff669f6a1a0a0;p=thirdparty%2Fgit.git Merge branch 'ps/shift-root-in-graph' into jch "git log --graph" has been modified to visually distinguish parentless "root" commits (and commits that become roots due to history simplification) by indenting them, preventing them from appearing falsely related to unrelated commits rendered immediately above them. * ps/shift-root-in-graph: graph: indent visual root in graph revision: add peek functions for lookahead lib-log-graph: move check_graph function --- e7071d59cd160a5013a83fd0bbeff669f6a1a0a0 diff --cc t/meson.build index 0796dba2c4,17037a8465..960836383c --- a/t/meson.build +++ b/t/meson.build @@@ -581,7 -576,7 +581,8 @@@ integration_tests = 't4215-log-skewed-merges.sh', 't4216-log-bloom.sh', 't4217-log-limit.sh', + 't4218-log-graph-indentation.sh', + 't4219-log-follow-merge.sh', 't4252-am-options.sh', 't4253-am-keep-cr-dos.sh', 't4254-am-corrupt.sh',