diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-20 14:15:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-20 14:15:00 -0400 |
commit | 464b60ea0d48eed7fae071e8c8db35a19903a880 (patch) | |
tree | 4d5edd7d69b59c220df2b424dedbf06cf7aa1c26 /doc | |
parent | 6634b6a6b84a924f6f6059b5bea61f449d056eee (diff) | |
parent | 05ae9cb1bb55c95ff4436d15f66903eb757cac2a (diff) |
Merge remote-tracking branch 'branchable/master'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_5_060ba5ea88dcab2f4a0c199f13ef4f67._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_5_060ba5ea88dcab2f4a0c199f13ef4f67._comment b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_5_060ba5ea88dcab2f4a0c199f13ef4f67._comment new file mode 100644 index 000000000..aeb576be3 --- /dev/null +++ b/doc/bugs/touch.hsc_has_problems_on_non-linux_based_systems/comment_5_060ba5ea88dcab2f4a0c199f13ef4f67._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joey.kitenet.net/" + nickname="joey" + subject="comment 5" + date="2011-03-20T18:12:59Z" + content=""" +I'm leaving this bug open because this feature, however minor is not available on OSX and BSD. + +I have added a partial implementation using lutimes(3), which should be available on the BSDs. However, it's ifdefed out due to a casting problem: The TimeSpec uses a CTime, while lutimes uses a CLong. These data types may be internally the same on some or all platforms, so if you want this feature you can try changing the \"ifdef 0\" in Touch.hsc to 1 and try it, see if \"git annex add\" mirrors file modification time in created symlinks, and let me know. +"""]] |