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] git rev-list --objects doesn't show moves

2014-10-01 Thread Dale R. Worley
From: Roman Neuhauser neuhau...@sigpipe.cz yup, i'd like a plumbing equivalent of `git log --raw ...`. AFAICT the closest to that is git-diff-tree, except that implies N invocations instead of one, a sad loss of efficiency i'd love to avoid. You may be beyond my knowledge here, but if you

Re: [git-users] git rev-list --objects doesn't show moves

2014-10-01 Thread Roman Neuhauser
# wor...@alum.mit.edu / 2014-10-01 11:37:38 -0400: From: Roman Neuhauser neuhau...@sigpipe.cz yup, i'd like a plumbing equivalent of `git log --raw ...`. AFAICT the closest to that is git-diff-tree, except that implies N invocations instead of one, a sad loss of efficiency i'd love to