Say I have a file like the following:
/**
* A Test class
* @version 2011.11.24
*/
public class Test
{
}
I would like to have the date stamp automatically updated each time it gets committed to git
and there has been a change in the file. Is this possible?