summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* add Remote.DirectoryGravatar Joey Hess2011-03-30
|
* add StatFS.hsc, copied from xmobarGravatar Joey Hess2011-03-22
|
* 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.
* workaround ghc weirdness with -odirGravatar Joey Hess2011-01-07
| | | | | | The option cause it to always build to build/Main.o, no matter what binary it was building. This caused extra work, and in some cases, could cause the wrong code to be put into the final binary.
* add testcoverage target using hpcGravatar Joey Hess2011-01-04
| | | | added a test for key read and show
* add git-annex-shell commandGravatar Joey Hess2010-12-30
| | | | This is not yet complete, as it does not allow starting rsync or scp.
* Add configure step to build process.Gravatar Joey Hess2010-11-18
| | | | | * configure: Check to see if cp -a can be used. * configure: Check to see if cp --reflink=auto can be used.
* updateGravatar Joey Hess2010-11-10
|
* updateGravatar Joey Hess2010-10-19
|
* build in subdirGravatar Joey Hess2010-10-14
|
* addGravatar Joey Hess2010-10-10