]> git.ipfire.org Git - thirdparty/git.git/commit
meson: rename 'third_party_sources' to 'third_party_excludes'
authorKarthik Nayak <karthik.188@gmail.com>
Wed, 23 Apr 2025 08:15:37 +0000 (10:15 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 23 Apr 2025 17:36:18 +0000 (10:36 -0700)
commit7e873eb390204dbe55ec4101fb7ab737f5ae0bc6
treebf71c4a4861c10e03b8d83224242dfdb3ac32f53
parent1597b6e86e3c13438a0e469b10048e73039e8023
meson: rename 'third_party_sources' to 'third_party_excludes'

The 'third_party_sources' variable was moved to the root 'meson.build'
file in the previous commit. The variable is actually used to exclude
third party sources, so rename it accordingly to 'third_party_excludes'
to avoid confusion. While here, remove a duplicate from the list.

Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/coccinelle/meson.build
meson.build