Re: [git-users] Re: File dates after CHECKOUT

2014-10-01 Thread Konstantin Khomoutov
On Tue, 30 Sep 2014 21:51:12 +0200 Gergely Polonkai gerg...@polonkai.eu wrote: That said, it still can be done, although it is not natively supported, you may do it with some custom tool. By finding the last commit a specific file was modified in, you may apply the date of the commit to that

Re: [git-users] Re: File dates after CHECKOUT

2014-10-01 Thread Gergely Polonkai
I was thinking about this approach only for debugging purposes the OP mentioned. In usual environments I wouldn't dare doing it. If the build/debug system is strange enough and cannot be changed, this seems to be an (almost) reliable solution. On 1 Oct 2014 17:19, Konstantin Khomoutov

Re: [git-users] Re: File dates after CHECKOUT

2014-09-30 Thread Gergely Polonkai
That said, it still can be done, although it is not natively supported, you may do it with some custom tool. By finding the last commit a specific file was modified in, you may apply the date of the commit to that file. However, if you have a large repository, looking at this information for each