]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/shift-root-in-graph' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 19 Jul 2026 17:43:49 +0000 (10:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 19 Jul 2026 17:43:50 +0000 (10:43 -0700)
commitbebf13a239da956c8d678d975831a1c3bea593e1
tree9e734ac583cc228b03569f924c5e89f63e127ab9
parent94291ce1a99ad9495cc721f5c36f1b96561b32c2
parente9b5720bef6c7e2821d086a8c67a6404debef905
Merge branch 'ps/shift-root-in-graph' into next

'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
revision.c
t/meson.build