[racket-dev] gitp

From: Eli Barzilay (eli at barzilay.org)
Date: Thu Sep 9 17:06:54 EDT 2010

Just in case someone tried it, I fixed a small bug that caused it not
to restore timestamps when not invoked in the toplevel directory of
the repository.  You can find it here: http://barzilay.org/misc/gitp


On Sep  7, Eli Barzilay wrote:
> On Jul  8, Eli Barzilay wrote:
> > [...something that nobody read...]
> 
> That was a script that I wrote that can be used to "fix" file
> timestamps after git operations -- which is a frequent complaint
> (around here, at least).  I have revised this script now, so instead
> of blindly remembering the time stamp for the last-seen hash, it
> remembers it for all hashes, which means that it can also be used to
> switch between branches, and files with the same contents will have
> consistent time stamps.
> 
> The new version is attached, see comments in the file.
> 
> Again -- if anyone has any comments, I'll be happy to hear them,
> including positive feedback.  (Since I want to eventually raise this
> point on the git list.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!


Posted on the dev mailing list.