config.xml files for global config and for job config are not well-formed text files; the last line does not end in a linebreak
{causing UNIX tools that rely on well-formed text files to break}this is nightmarish when editing the files manually and using git to track changes to them, a pattern which is otherwise very successful. editors like vim save only well-formed text files, which are then malformed by jenkins when it touches them.