Pierre Neidhardt <[email protected]> skribis: > Ludovic Courtès <[email protected]> writes: > >> Nope. Again, Git does not “preserve” timestamps (rightly so IMO), so >> there’s nothing we can do. > > I think there is a misunderstanding: I'm working on a local folder, this > has nothing to do with git. > > From my 'emacs-dev' package definition: > > (source (local-file "/home/ambrevar/projects/emacs" #:recursive? #t))
Oh sorry. It’s a similar kind of issue: when that directory is added to the store, its timestamps are lost. One workaround would be to create a tarball out of it, and *then* add that tarball to the store. Not difficult to do, but a bit cumbersome. Ludo’.
