diff options
author | https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U <Richard@web> | 2011-03-13 20:32:12 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-03-13 20:32:12 +0000 |
commit | 4ddcf26051f6fed9e846f15bee9e1c02b1b9a9d6 (patch) | |
tree | a36d073aa79b44c3a740a1e77794a955876f5687 /doc | |
parent | 8fa4b48fc43667abfcaf13705e84a1efd1653478 (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/softlink_atime.mdwn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/bugs/softlink_atime.mdwn b/doc/bugs/softlink_atime.mdwn new file mode 100644 index 000000000..ad91cf8a9 --- /dev/null +++ b/doc/bugs/softlink_atime.mdwn @@ -0,0 +1,3 @@ +When adding files to git annex, softlinks are created with current atime (and ctime, etc). Instead, the atime of the added file should be used and added to the meta-data, restoring it everywhere an annex is cloned to. + +Optionally, editing the meta-data should change the times in all annexes. |