]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: wire up support for the Meson build system
authorPatrick Steinhardt <ps@pks.im>
Tue, 11 Mar 2025 10:09:23 +0000 (11:09 +0100)
committerPatrick Steinhardt <ps@pks.im>
Tue, 13 May 2025 06:48:09 +0000 (08:48 +0200)
commit8bf062dd147146c4bd76c7344ee5fcb5fbd0834c
tree78a6870f61a1699320d3432bbf27861f3ffc3b1a
parentd821fc62691680df6454d62b4f9e9409086b2873
git-gui: wire up support for the Meson build system

The Git project has started to wire up Meson as a build system in Git
v2.48.0. Wire up support for Meson in "git-gui" so that we can trivially
include it as a subproject in Git.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
.gitattributes
lib/meson.build [new file with mode: 0644]
meson.build [new file with mode: 0644]
po/meson.build [new file with mode: 0644]