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

@ -14,7 +14,6 @@ import qualified Annex
import qualified GitRepo as Git
import qualified Command.Add
import qualified Command.Fix
import Messages
import Utility
command :: [Command]