symlink touching fun

When adding files to the annex, the symlinks pointing at the annexed
content are made to have the same mtime as the original file. While git
does not preserve that information, this allows a tool like metastore to be
used with annexed files.
This commit is contained in:
Joey Hess 2011-03-14 23:00:23 -04:00
parent 96e074bb03
commit bc5c54c987
8 changed files with 101 additions and 4 deletions

View file

@ -12,7 +12,6 @@ import Control.Monad.State (liftIO)
import Command
import Content
import Messages
command :: [Command]
command = [Command "find" (paramOptional $ paramRepeating paramPath) seek