]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/graph-lane-limit' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:12:10 +0000 (09:12 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 22 May 2026 00:12:10 +0000 (09:12 +0900)
The graph output from commands like "git log --graph" can now be
limited to a specified number of lanes, preventing overly wide output
in repositories with many branches.

* ps/graph-lane-limit:
  graph: add truncation mark to capped lanes
  graph: add --graph-lane-limit option
  graph: limit the graph width to a hard-coded max

1  2 
revision.c
revision.h

diff --cc revision.c
Simple merge
diff --cc revision.h
Simple merge