summaryrefslogtreecommitdiff
path: root/builtin/commit.c
diff options
context:
space:
mode:
authorMichael J Gruber <git@grubix.eu>2022-05-09 13:22:02 +0200
committerJunio C Hamano <gitster@pobox.com>2022-05-09 08:52:26 -0700
commit1fbfd96f50971ed7ca4cae4957ffe10f2441d49f (patch)
tree8d6720535886c0a3ed560862ba51770c1a169fa3 /builtin/commit.c
parentd516b2db0af2221bd6b13e7347abdcb5830b2829 (diff)
detect-compiler: make detection independent of locale
`detect-compiler` has accumulated a few compiler dependent workarounds lately for the more and more ubiquitious gcc12. This is intended to make CI set-ups work across tool-chain updates, but also help those developers who build with `DEVELOPER=1`. Alas, `detect-compiler` uses the locale dependent output of `$(CC) -v` to parse for the version string, which fails unless it literally contains ` version`. Use `LANG=C $(CC) -v` instead to grep for stable output. Signed-off-by: Michael J Gruber <git@grubix.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/commit.c')
0 files changed, 0 insertions, 0 deletions