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:
parent
96e074bb03
commit
bc5c54c987
8 changed files with 101 additions and 4 deletions
|
@ -12,7 +12,6 @@ import Control.Monad.State (liftIO)
|
|||
|
||||
import Command
|
||||
import Content
|
||||
import Messages
|
||||
|
||||
command :: [Command]
|
||||
command = [Command "find" (paramOptional $ paramRepeating paramPath) seek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue