]> git.99rst.org Git - git.git/commit
graph: add --[no-]graph-indent and log.graphIndent
authorPablo Sabater <redacted>
Tue, 14 Jul 2026 12:09:38 +0000 (14:09 +0200)
committerJunio C Hamano <redacted>
Tue, 14 Jul 2026 14:32:51 +0000 (07:32 -0700)
commite9b5720bef6c7e2821d086a8c67a6404debef905
treeda8b039e025a294057e664c9a14978b68dabc964
parentf3a03302ada79d69cf97e601a0cd766330430ef7
graph: add --[no-]graph-indent and log.graphIndent

Some users may prefer to not have graph indentation.

Add "log.graphIndent" config variable to graph_read_config() to read the
default preference. By default is graph indentation is true.

Add --graph-indent and --no-graph-indent options to overwrite the
default preference.

Signed-off-by: Pablo Sabater <redacted>
Signed-off-by: Junio C Hamano <redacted>
Documentation/config/log.adoc
Documentation/rev-list-options.adoc
graph.c
revision.c
revision.h
t/t4218-log-graph-indentation.sh
git clone https://git.99rst.org/PROJECT