We are using git through sourcetree for a project involving HP UFT object repositories.
In our object repository files there is a date line, which is not automatically handled by git, so every time two repositories are merged we basically need to pick which date we want to keep. The date itself is never used and is not needed, and there is a date for every single object in the repository(~50 for each xml) so this is an annoying task.
Is there a way to make git ignore the date line? It doesn't matter if the date stays the way it was instead of being updated. Alternatively have git always overwrite the old date with the new date. It looks like this (norwegian date):
<qtpRep:LastUpdateTime>6. mai 2014 12:03:22</qtpRep:LastUpdateTime>
The object repository files are xml files created/updated through UFT which means that the code is autogenerated, hence the continous update of dates within these files.