git rejects gcc errors...

Joseph Myers joseph@codesourcery.com
Fri Oct 30 21:37:35 GMT 2020


On Fri, 30 Oct 2020, DJ Delorie via Libc-alpha wrote:

> remote: *** Invalid revision history for commit 89c936aa76289c04805502633cd6cd3e9451147e:
> remote: *** It contains characters not in the ISO-8859-15 charset.
> remote: *** 
> remote: *** Below is the first line where this was detected (line 18):
> remote: *** | arena.c: In function ‘dump_heap’:
> 
> Given how much gcc's error output is evolving towards "more readable"
> and away from "mostly ascii", can we revisit this git commit rule?

This is a peculiarity of the current version of the AdaCore git hooks.  
To disable it, set no-rh-character-range-check = true (in the file 
project.config on ref refs/meta/config), a feature added at my request 
when updating the version of the hooks used by GCC as I didn't think that 
character set check would be appropriate for GCC.

-- 
Joseph S. Myers
joseph@codesourcery.com


More information about the Libc-alpha mailing list