summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* convert parentDir to be based on takeDirectory, but fixed for trailing /Gravatar Joey Hess2015-01-09
|
* revert parentDir changeGravatar Joey Hess2015-01-09
| | | | | | | | Reverts 2bba5bc22d049272d3328bfa6c452d3e2e50e86c Unfortunately, this caused breakage on Windows, and possibly elsewhere, because parentDir and takeDirectory do not behave the same when there is a trailing directory separator.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-09
|\
* | fix build failureGravatar Joey Hess2015-01-09
| |
| * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawlkMeBGmu0UM0O8RPxCfmlT2taReMsflWY2015-01-09
|/
* Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-08
|\
| * fix warningGravatar Joey Hess2015-01-08
| |
| * fix OS buildGravatar Joey Hess2015-01-08
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-08
| |\
| * | fix OSX buildGravatar Joey Hess2015-01-08
| | |
| * | added android 5.0 buildGravatar Joey Hess2015-01-08
| | |
| | * Added a commentGravatar http://joeyh.name/2015-01-08
| | |
| | * Added a comment: advantage of owncloudannex over webdav remote?Gravatar https://www.google.com/accounts/o8/id?id=AItOawn97aJ3CN48pBix54RDHRhqtBzeklNEbSA2015-01-08
| | |
| | * Added a comment: Is there a way to make this upload all files that have not ↵Gravatar http://digiuser.livejournal.com/2015-01-08
| | | | | | | | | | | | been uploaded yet?
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkPIqJZ88VZEVqLhLOd1LMdYXcy6bAW9qE2015-01-07
| | |
| * | closeGravatar Joey Hess2015-01-07
| | |
| | * Added a comment: Seems to be fixedGravatar etset2015-01-07
| |/
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-07
| |\
* | \ Merge branch 'master' of ssh://git-annex.branchable.com into relativepathsGravatar Joey Hess2015-01-07
|\ \ \ | | |/ | |/|
| * | Added a commentGravatar http://joeyh.name/2015-01-07
| | |
| | * devblogGravatar Joey Hess2015-01-07
| |/
| * remove debug prints; even going to stderr that breaks gnupg's configure scriptGravatar Joey Hess2015-01-07
| |
| * typoGravatar Joey Hess2015-01-07
| |
| * smarter wrapper; detect -r link optionGravatar Joey Hess2015-01-07
| | | | | | | | /home/builder/.ghc/android-14/arm-linux-androideabi-4.8/bin/../lib/gcc/arm-linux-androideabi/4.8/../../../../arm-linux-androideabi/bin/ld: fatal error: -pie and -r are incompatible
| * minor typoGravatar Joey Hess2015-01-07
| |
| * add $@ to wrapperGravatar Joey Hess2015-01-07
| |
| * more PATH typosGravatar Joey Hess2015-01-07
| |
| * fix pathGravatar Joey Hess2015-01-07
| |
| * fix -fPIE optionGravatar Joey Hess2015-01-07
| |
| * subshells for cd &&Gravatar Joey Hess2015-01-07
| |
| * typosGravatar Joey Hess2015-01-07
| |
| * fix BIGNUM related openssh build breakageGravatar Joey Hess2015-01-07
| |
| * typoGravatar Joey Hess2015-01-07
| |
| * fix dir nameGravatar Joey Hess2015-01-07
| |
| * typoGravatar Joey Hess2015-01-07
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-07
| |\
| * | android binary compatability is so bad we have to build all utilities twiceGravatar Joey Hess2015-01-07
| | |
| | * Added a commentGravatar http://joeyh.name/2015-01-07
| | |
| | * Added a comment: git-annex is correctly linkedGravatar etset2015-01-07
| | |
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkPIqJZ88VZEVqLhLOd1LMdYXcy6bAW9qE2015-01-07
| | |
| | * Added a comment: File immutabilityGravatar https://www.google.com/accounts/o8/id?id=AItOawm_YXzEdPHzbSGVwtmTR7g1BqDtTnIBB5s2015-01-07
| | |
| | * Added a commentGravatar http://joeyh.name/2015-01-07
| | |
| | * Added a commentGravatar http://joeyh.name/2015-01-07
| |/
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-01-06
| |\
| | * Added a commentGravatar http://joeyh.name/2015-01-07
| | |
| * | note about windows path length issues with larger hashesGravatar Joey Hess2015-01-06
| | |
| * | retitleGravatar Joey Hess2015-01-06
| | |
* | | handle sync's use of setCurrentDirectory to work with relative pathsGravatar Joey Hess2015-01-06
| | | | | | | | | | | | | | | | | | I think this is the last problimatic setCurrentDirectory. I also audited for extrnal commands that git-annex might run with cwd = foo, and did not find any that were passed any FilePath that might be absolute.
* | | Merge branch 'master' into relativepathsGravatar Joey Hess2015-01-06
|\| |
| * | Bugfix: A file named HEAD in the work tree could confuse some git commands ↵Gravatar Joey Hess2015-01-06
| | | | | | | | | | | | run by git-annex.