Revision 9371c0e9dd54717894e3dd19d36aba06190cb8a0 authored by Ævar Arnfjörð Bjarmason on 11 January 2021, 13:14:51 UTC, committed by Junio C Hamano on 11 January 2021, 21:07:33 UTC
Mostly remove the comment I added 5e9637c6297 (i18n: add
infrastructure for translating Git with gettext, 2011-11-18). Since
then we had a fix in 9c0495d23e6 (gettext.c: detect the vsnprintf bug
at runtime, 2013-12-01) so we're not running with the "set back to C
locale" hack on any modern system.

So having more than 1/4 of the file taken up by a digression about a
glibc bug that mostly doesn't happen to anyone anymore is just a
needless distraction. Shorten the comment to make a brief mention of
the bug, and where to find more info by looking at the git history for
this now-removed comment.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 450d740
History
File Mode Size
config
util
install-dependencies.sh -rwxr-xr-x 2.6 KB
install-docker-dependencies.sh -rwxr-xr-x 441 bytes
lib.sh -rwxr-xr-x 6.9 KB
make-test-artifacts.sh -rwxr-xr-x 211 bytes
mount-fileshare.sh -rwxr-xr-x 505 bytes
print-test-failures.sh -rwxr-xr-x 2.7 KB
run-build-and-tests.sh -rwxr-xr-x 934 bytes
run-docker-build.sh -rwxr-xr-x 1.9 KB
run-docker.sh -rwxr-xr-x 1.0 KB
run-static-analysis.sh -rwxr-xr-x 497 bytes
run-test-slice.sh -rwxr-xr-x 347 bytes
test-documentation.sh -rwxr-xr-x 1.1 KB

back to top