I've got some problems trying to make use of Git in my Apex development workflow. The problem is that the SQLcl export command for Apex add a lot of change in all files even if the page or the component hasn't been modified. It gives me about 450~ file diffs between every commit that makes it about impossible to review correctly.
Command used to export with SQLcl :
apex export -applicationid 9000 -dir dbsources/apex/900 -split -overwrite-files -skipExportDate -expOriginalIds
Example of changes I get to see when i review my code :

or this :

Anyone has a workaround for this?