aboutsummaryrefslogtreecommitdiff
path: root/subprojects/git-gui
diff options
context:
space:
mode:
authorPatrick Steinhardt <ps@pks.im>2026-02-04 09:38:11 +0100
committerJunio C Hamano <gitster@pobox.com>2026-02-04 09:42:50 -0800
commit1e3962c6b75f7131a236e35a0f7a3962102452ed (patch)
tree76ec47bcc39a3fa48b5b0c35e22d9064cd305db0 /subprojects/git-gui
parentb2826b52eb7caff9f4ed6e85ec45e338bf02ad09 (diff)
downloadgit-1e3962c6b75f7131a236e35a0f7a3962102452ed.tar.xz
meson: wire up gitk and git-gui
Wire up both gitk and git-gui in Meson as subprojects. These two programs should be the last missing pieces for feature compatibility with our Makefile for distributors. Note that Meson expects subprojects to live in the "subprojects/" directory. Create symlinks to fulfill this requirement. Signed-off-by: Patrick Steinhardt <ps@pks.im> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'subprojects/git-gui')
l---------subprojects/git-gui1
1 files changed, 1 insertions, 0 deletions
diff --git a/subprojects/git-gui b/subprojects/git-gui
new file mode 120000
index 0000000000..c6d917088b
--- /dev/null
+++ b/subprojects/git-gui
@@ -0,0 +1 @@
+../git-gui \ No newline at end of file