[PATCH 0/2] Silence po catalog output under "make -s"
From: Harald Nordgren via GitGitGadget <hidden>
Date: 2026-06-14 17:52:22
From: Harald Nordgren via GitGitGadget <hidden>
Date: 2026-06-14 17:52:22
The gitk and git-gui catalog rules sent msgfmt --statistics output (and a "Generating catalog" line) to stderr, so it survived "make -s". Emit it only when "-s" is absent, keeping a quiet build silent and a verbose build unchanged. Harald Nordgren (2): gitk: silence catalog output under "make -s" git-gui: silence statistics under "make -s" git-gui/Makefile | 3 ++- gitk-git/Makefile | 10 ++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) base-commit: ea97ad8d017de0c9037451a78008a0fd60abea0c Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-git-2339%2FHaraldNordgren%2Fsilence-catalog-output-under-make-s-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-git-2339/HaraldNordgren/silence-catalog-output-under-make-s-v1 Pull-Request: https://github.com/git/git/pull/2339 -- gitgitgadget