]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jk/attr-macroexpand-wo-recursion' into next
authorJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:43 +0000 (10:58 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 19 Nov 2025 18:58:43 +0000 (10:58 -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