]> git.ipfire.org Git - thirdparty/git.git/commit
git-gui: reduce complexity of the quiet msgfmt rule
authorJohannes Sixt <j6t@kdbg.org>
Sun, 21 Jun 2026 09:55:14 +0000 (11:55 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 21 Jun 2026 09:56:44 +0000 (11:56 +0200)
commited5ccdaca021ececf32da68ef46bcd687e00dafe
tree6cb467b768557b070160f5df666213f0b467e5d4
parent33ceb741218f8d499051a97b988787e4be140565
git-gui: reduce complexity of the quiet msgfmt rule

In non-verbose builds (without V=1) the rule to compile *.po files with
msgfmt captures the output in a shell variable and then strips down the
text produced by --statistics to fit on a 80 column line. The previous
commit removed --statistics output of the msgfmt invocation, so that we
don't get to see anything beyond "MSGFMT po/xx.msg" anymore. Make the
rule as minimal as the other "quiet" rules.

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Makefile