Merge branch 'jk/output-prefix-cleanup'
commit3eb4cc451ed97123ff76e183a5be8a7dc164d1f6
authorJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 21:22:29 +0000 (10 14:22 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 10 Oct 2024 21:22:30 +0000 (10 14:22 -0700)
treee461fea00a0f4780a41b9baa13de7fd056f644f2
parent31bc4454de66c22bc8570fd3af52a99843ac69b0
parent1164e270b5af80516625b628945ec7365d992055
Merge branch 'jk/output-prefix-cleanup'

Code clean-up.

* jk/output-prefix-cleanup:
  diff: store graph prefix buf in git_graph struct
  diff: return line_prefix directly when possible
  diff: return const char from output_prefix callback
  diff: drop line_prefix_length field
  line-log: use diff_line_prefix() instead of custom helper
diff-lib.c
diff.c
diff.h
graph.c
line-log.c
log-tree.c
range-diff.c