]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/shift-root-in-graph'
authorJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 16:08:58 +0000 (09:08 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2026 16:08:58 +0000 (09:08 -0700)
'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: add --[no-]graph-indent and log.graphIndent
  graph: move config reading into graph_read_config()
  graph: wrap cascading commits after 4 columns
  graph: indent visual root in graph
  graph: add a 2 commit buffer for lookahead
  revision: add next_commit_to_show()
  lib-log-graph: move check_graph function

1  2 
revision.c
t/meson.build

diff --cc revision.c
Simple merge
diff --cc t/meson.build
Simple merge