]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/attr-macroexpand-wo-recursion'
authorJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:39 +0000 (15:46 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Nov 2025 23:46:39 +0000 (15:46 -0800)
The code to expand attribute macros has been rewritten to avoid
recursion to avoid running out of stack space in an uncontrolled
way.

* jk/attr-macroexpand-wo-recursion:
  attr: avoid recursion when expanding attribute macros


Trivial merge