Hi Peter,
Le 07/04/2015 17:39, Peter Uhnák a écrit :
Hi,
are "methodProperties.json" files needed?
No.
Every time someone makes even small changes it is accompanied by ten
times more json file changes which is a mess.
Yes, it creates quite some noise on the git logs and diffs.
So is it needed with git? Cannot the information be retrieved from git
commits?
It is not needed for git.
GitFileTree retrieves the information via the git logs.
But, if we remove it entirely, then the repository won't be usable by
filetree. So GitFileTree keeps writing that metadata to stay compatible.
Thierry