]> git.99rst.org Git - git.git/commit
Merge branch 'ps/shift-root-in-graph'
authorJunio C Hamano <redacted>
Mon, 27 Jul 2026 16:08:58 +0000 (09:08 -0700)
committerJunio C Hamano <redacted>
Mon, 27 Jul 2026 16:08:58 +0000 (09:08 -0700)
commitfbf123a0285f1af89e900e8fd898c1274a19b03f
tree9495b66ff63d86a56920b86b5b415f78e4eb9d98
parent9a0c4701dcd5725c4184599322b52933ff5005ca
parente9b5720bef6c7e2821d086a8c67a6404debef905
Merge branch 'ps/shift-root-in-graph'

'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
git clone https://git.99rst.org/PROJECT