Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | try to fix PATH so test suite will work | Joey Hess | 2014-08-13 |
| | |||
* | clean up | Joey Hess | 2014-08-13 |
| | |||
* | typo | Joey Hess | 2014-08-13 |
| | |||
* | work aroud ongong transformers-compat cabal issue | Joey Hess | 2014-08-13 |
| | |||
* | remove old ghc libs | Joey Hess | 2014-08-13 |
| | |||
* | Merge branch 'master' of https://github.com/zyv/git-annex | Joey Hess | 2014-08-13 |
|\ | |||
* \ | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-08-13 |
|\ \ | |||
* | | | forgot I signed the git-annex key | Joey Hess | 2014-08-13 |
| | | | |||
| | * | Update build.sh | Yury V. Zaytsev | 2014-08-13 |
| |/ | | | | | Haskell Platform now lives in C:/haskell and is on %PATH% by default, msysgit/bin (and msysgit/mingw/bin) directory is also on %PATH% (last) | ||
| * | (no commit message) | zardoz | 2014-08-13 |
| | | |||
| * | Added a comment | http://svario.it/gioele | 2014-08-13 |
| | | |||
| * | Added a comment | http://svario.it/gioele | 2014-08-13 |
|/ | |||
* | devblog | Joey Hess | 2014-08-12 |
| | |||
* | link to correct key | Joey Hess | 2014-08-12 |
| | |||
* | typo | Joey Hess | 2014-08-12 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-08-12 |
|\ | |||
* | | special case edit page for web remote | Joey Hess | 2014-08-12 |
| | | | | | | | | | | | | The crash came from calling Git.repoLocation, but it made sense to fix this higher up, because there is nothing to edit about the web, it just is what it is. | ||
* | | more complete gpg key verification process, including statement signed with ↵ | Joey Hess | 2014-08-12 |
| | | | | | | | | my personal key | ||
| * | Added a comment | https://id.koumbit.net/anarcat | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
* | | close | Joey Hess | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
|/ | |||
* | move bug and close it | Joey Hess | 2014-08-12 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-08-12 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
* | | S3, Glacier, WebDAV: Fix bug that prevented accessing the creds when the ↵ | Joey Hess | 2014-08-12 |
| | | | | | | | | | | | | | | | | | | | | | | repository was configured with encryption=shared embedcreds=yes. Since encryption=shared, the encryption key is stored in the git repo, so there is no point at all in encrypting the creds, also stored in the git repo with that key. So `initremote` doesn't. The creds are simply stored base-64 encoded. However, it then tried to always decrypt creds when encryption was used.. | ||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-08-12 |
|\ | |||
* | | WORM backend: When adding a file in a subdirectory, avoid including the ↵ | Joey Hess | 2014-08-12 |
| | | | | | | | | subdirectory in the key name. | ||
* | | maybe better note for direct mode, although I dislike the walkthrough being ↵ | Joey Hess | 2014-08-12 |
| | | | | | | | | complicated by direct mode at all | ||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
* | | confirmed; really a git bug | Joey Hess | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-08-12 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-08-12 |
|\ | |||
* | | direct: Fix ugly warning messages. | Joey Hess | 2014-08-12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | replaceFileOr was broken and ran the rollback action always. Luckily, for replaceFile, the rollback action was safe to run, since it just nuked a temp file that had already been moved into place. However, when `git annex direct` used replaeFileOr, its rollback printed a scary message: /home/joey/tmp/rrrr/.git/annex/misctmp/tmp32268: rename: does not exist (No such file or directory) There was actually no bad result though. | ||
* | | make windows depend on new enough unix-compat to get inode numbers | Joey Hess | 2014-08-12 |
| | | |||
* | | fix build on windows with unix-compat-0.4.1.3 | Joey Hess | 2014-08-11 |
| | | | | | | | | | | | | | | FileID type changed, needs Arbitrary instance. On the plus side, getFileStatus on Windows now actually gets file id's, not always 0, so direct mode is safer there now. | ||
| * | Added a comment | https://launchpad.net/~rorymcc | 2014-08-11 |
| | | |||
| * | Added a comment | https://launchpad.net/~rorymcc | 2014-08-11 |
|/ | |||
* | Added a comment | sts | 2014-08-11 |
| | |||
* | (no commit message) | sts | 2014-08-11 |
| | |||
* | i believe i provided moreinto in the comments now | https://id.koumbit.net/anarcat | 2014-08-11 |
| | |||
* | Added a comment: more info | https://id.koumbit.net/anarcat | 2014-08-11 |
| |