diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-11 14:49:53 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-11 14:49:53 -0800 |
| commit | 453e7b744aef0d9dab62dac6ab030bb643a2e117 (patch) | |
| tree | a2510c413b5bf37aa1481889dcbdd518e2071f4c /gitk-git/meson.build | |
| parent | 6fcee4785280a08e7f271bd015a4dc33753e2886 (diff) | |
| parent | ddae547e3775638c238c11f30120f1e7e763fba8 (diff) | |
| download | git-453e7b744aef0d9dab62dac6ab030bb643a2e117.tar.xz | |
Merge branch 'master' of https://github.com/j6t/gitk
* 'master' of https://github.com/j6t/gitk:
gitk: fix msgfmt being required
gitk: fix highlighted remote prefix of branches with directories
Diffstat (limited to 'gitk-git/meson.build')
| -rw-r--r-- | gitk-git/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitk-git/meson.build b/gitk-git/meson.build index ca3c0cec58..aecc068d30 100644 --- a/gitk-git/meson.build +++ b/gitk-git/meson.build @@ -25,6 +25,6 @@ custom_target( install_dir: get_option('bindir'), ) -if find_program('msgfmt').found() +if find_program('msgfmt', required: false).found() subdir('po') endif |
