From: Junio C Hamano Date: Fri, 26 Jun 2026 02:49:23 +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=298464f5a7522317867acb3a690efec3da524d33;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 --- 298464f5a7522317867acb3a690efec3da524d33 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',