Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix broken link | Joey Hess | 2014-05-30 |
| | |||
* | fix link | Joey Hess | 2014-05-30 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-30 |
|\ | |||
| * | Added a comment | http://joeyh.name/ | 2014-05-30 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-30 |
|\| | |||
* | | assistant: Make sanity checker tmp dir cleanup code more robust. | Joey Hess | 2014-05-30 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-05-30 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-30 |
|\ | |||
* | | fix UI when enabling existing gcrypt repo | Joey Hess | 2014-05-30 |
| | | | | | | | | | | | | | | | | avoid editing repo for same reasons as in 52601eb6067037e197b5c0b56c257482d968b465 avoid stomping on its description, even though no description exists until after syncing is complete | ||
* | | avoid stomping on existing description when enabling a special remote | Joey Hess | 2014-05-30 |
| | | | | | | | | Happened with eg, gcrypt remotes. | ||
* | | webapp: avoid overwriting remote configs when enabling it | Joey Hess | 2014-05-30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Avoid stomping on existing group and preferred content settings when enabling or combining with an already existing remote. Two level fix. First, use defaultStandardGroup rather than setStandardGroup, so if there is an existing configuration in the git-annex branch, it's not overwritten. To handle pre-existing ssh remotes (including gcrypt), a second level is needed, because before syncing with the remote, it's configuration won't be available locally. (And syncing could take a long time.) So, in this case, keep track of whether the remote is being created or enabled, and only set configs when creating it. This commit was sponsored by Anders Lannerback. | ||
* | | webapp: Avoid stomping on existing group and preferred content settings when ↵ | Joey Hess | 2014-05-30 |
| | | | | | | | | | | | | | | | | | | | | adding a local repository (or removable drive repository) that already exists. This does mean that if the webapp is asked to add a git repository on a removable drive that already exists, but is not yet a git-annex repository, it will avoid putting it in any group. That unlikely edge case is ok; the next step is the edit repository screen, which will show it's not in any group and the user can pick one. | ||
| * | Added a comment | go8ose | 2014-05-30 |
| | | |||
* | | bug | Joey Hess | 2014-05-29 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-05-30 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-29 |
|\ | |||
* | | lazy bytestring fromStrict is not available in stable; use fromChunks instead | Joey Hess | 2014-05-29 |
| | | |||
* | | webapp: When adding a new local repository, fix bug that caused its group ↵ | Joey Hess | 2014-05-29 |
| | | | | | | | | | | | | | | | | | | and preferred content to be set in the current repository, even when not combining. There was a tricky bit here, when it does combine, the edit form is shown, and so the info needs to be committed to the new repository, but then pulled into the current one. And caches need to be invalidated for it to be visible in the edit form. | ||
| * | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0 | 2014-05-30 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0 | 2014-05-30 |
| | | |||
| * | (no commit message) | https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0 | 2014-05-29 |
| | | |||
| * | Added a comment | http://joeyh.name/ | 2014-05-29 |
|/ | |||
* | add news item for git-annex 5.20140529 | Joey Hess | 2014-05-29 |
| | |||
* | Merge remote-tracking branch 'refs/remotes/dgit/dgit/sid' | Joey Hess | 2014-05-29 |
|\ | |||
* | | Added a comment5.20140529 | https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk | 2014-05-29 |
| | | |||
* | | remove a few orphaned comments | Joey Hess | 2014-05-29 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-29 |
|\ \ | |||
* | | | remove old closed bugs and todo items to speed up wiki updates and reduce size | Joey Hess | 2014-05-29 |
| | | | | | | | | | | | | | | | | | | | | | | | | Remove closed bugs and todos that were least edited before 2014. Command line used: for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done | ||
| * | | Added a comment | http://joeyh.name/ | 2014-05-29 |
| | | | |||
* | | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-29 |
|\| | | |||
| * | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmi0jblSiI4c5-EswqKw4PXkx5M4fuVvdk | 2014-05-29 |
| | | | |||
* | | | prep release | Joey Hess | 2014-05-29 |
|/ / | |||
* | | can't use iframe for jenkins, it seems (sameorigin) | Joey Hess | 2014-05-29 |
| | | |||
* | | don't use https for windows autobuilder, it's expired cert | Joey Hess | 2014-05-29 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-29 |
|\ \ | |||
* | | | remove 2 more spam comments. Will Ban user Balan. IP bans next step. | Joey Hess | 2014-05-29 |
| | | | |||
| * | | Added a comment | http://joeyh.name/ | 2014-05-29 |
| | | | |||
| * | | Added a comment | http://joeyh.name/ | 2014-05-29 |
|/ / | |||
* | | comment back out library removal line | Joey Hess | 2014-05-29 |
| | | |||
* | | lower bound on exceptions | Joey Hess | 2014-05-29 |
| | | |||
* | | fix warning message | Joey Hess | 2014-05-29 |
| | | | | | | | | This should work even back in debian stable's warp | ||
* | | forcing windows autobuilder to rebootstrap cabal libs | Joey Hess | 2014-05-29 |
| | | |||
* | | remove spam comment (will ban this spammer's openid) | Joey Hess | 2014-05-29 |
| | | |||
* | | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2014-05-29 |
|\ \ | |||
* | | | close | Joey Hess | 2014-05-29 |
| | | | |||
| * | | Added a comment | https://www.google.com/accounts/o8/id?id=AItOawmqz6wCn-Q1vzrsHGvEJHOt_T5ZESilxhc | 2014-05-29 |
| | | | |||
| * | | Added a comment | https://id.koumbit.net/anarcat | 2014-05-29 |
| | | | |||
| * | | (no commit message) | go8ose | 2014-05-29 |
| | | | |||
| * | | Added a comment: http://freshofruits.com | Balan | 2014-05-29 |
| | | | |||
| * | | Added a comment: Buy Fruits Online | Fruits Online Chennai | Balan | 2014-05-29 |
| | | |