diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-03-02 17:06:52 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-03-02 17:06:52 -0800 |
| commit | 427d39ca4f4f7a0e66652d92340af43cbda5135e (patch) | |
| tree | 13ce19c5ba7db118db7f508a69077a8b37fd639e /subprojects | |
| parent | 112252c844d2262bb22c22d009c341c8258ee045 (diff) | |
| parent | 1e3962c6b75f7131a236e35a0f7a3962102452ed (diff) | |
| download | git-427d39ca4f4f7a0e66652d92340af43cbda5135e.tar.xz | |
Merge branch 'ps/meson-gitk-git-gui'
Plumb gitk/git-gui build and install procedure in meson based
builds.
* ps/meson-gitk-git-gui:
meson: wire up gitk and git-gui
Diffstat (limited to 'subprojects')
| l--------- | subprojects/git-gui | 1 | ||||
| l--------- | subprojects/gitk | 1 |
2 files changed, 2 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 diff --git a/subprojects/gitk b/subprojects/gitk new file mode 120000 index 0000000000..b66ad18ae5 --- /dev/null +++ b/subprojects/gitk @@ -0,0 +1 @@ +../gitk-git
\ No newline at end of file |
