summaryrefslogtreecommitdiff
path: root/Touch.hsc
Commit message (Collapse)AuthorAge
* finished hlint passGravatar Joey Hess2011-07-15
|
* found a few places I can use newtypeGravatar Joey Hess2011-05-21
| | | | for presumably some speedups
* fix typoGravatar Joey Hess2011-03-20
|
* imcomplete attempt at supporting lutimes(3) for BSD compatGravatar Joey Hess2011-03-20
|
* detect systems w/o utmensat and ifdef out code that needs itGravatar Joey Hess2011-03-16
|
* define feature test macroGravatar Joey Hess2011-03-16
|
* fix error throwingGravatar Joey Hess2011-03-15
|
* tweaksGravatar Joey Hess2011-03-15
|
* remove debugGravatar Joey Hess2011-03-15
|
* calculate alignment in a way I can understandGravatar Joey Hess2011-03-15
| | | | See http://therning.org/magnus/archives/315
* symlink touching funGravatar Joey Hess2011-03-14
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.