summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | webapp: Remove the "disable remote" feature from the UI.Gravatar Joey Hess2015-09-21
| | | | | | | | | | | | It's confusing, easy to select by accident and get into a situation the webapp offers no easy recovery from, and pausing syncing works just as well in most situations.
* | responseGravatar Joey Hess2015-09-21
| |
* | responseGravatar Joey Hess2015-09-21
| |
* | responseGravatar Joey Hess2015-09-21
| |
* | assistant: When updating ~/.ssh/config, preserve any symlinks.Gravatar Joey Hess2015-09-21
| |
* | responseGravatar Joey Hess2015-09-21
| |
* | reopen, commentGravatar Joey Hess2015-09-21
| |
* | Added a comment: This might still be a git-annex bugGravatar stoile@3a237e0cf1bb7ab671df438ff759e0448189419d2015-09-21
| |
* | (no commit message)Gravatar http://svario.it/gioele2015-09-20
| |
* | (no commit message)Gravatar https://mathstuf.id.fedoraproject.org/2015-09-19
| |
* | (no commit message)Gravatar https://mathstuf.id.fedoraproject.org/2015-09-19
| |
* | (no commit message)Gravatar jm_taylor@342a0022334070c40df7ec77799ce46a2d8d3f152015-09-19
| |
* | analysisGravatar Joey Hess2015-09-18
| |
* | commentGravatar Joey Hess2015-09-18
| |
* | commentGravatar Joey Hess2015-09-18
| |
* | cloeGravatar Joey Hess2015-09-18
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-09-17
|\ \
| | * S3 storage classes expansionGravatar Joey Hess2015-09-17
| |/ |/| | | | | | | | | | | | | | | | | Added support for storageclass=STANDARD_IA to use Amazon's new Infrequently Accessed storage. Also allows using storageclass=NEARLINE to use Google's NearLine storage. The necessary changes to aws to support this are in https://github.com/aristidb/aws/pull/176
* | juggle dup bugsGravatar Joey Hess2015-09-17
| |
* | close as dupGravatar Joey Hess2015-09-17
| |
* | responseGravatar Joey Hess2015-09-17
| |
| * (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-17
| |
* | interlinkGravatar Joey Hess2015-09-17
|/
* delayed devblogGravatar Joey Hess2015-09-16
|
* mini time machine fixGravatar Joey Hess2015-09-16
|
* (no commit message)Gravatar https://me.yahoo.com/a/EbvxpTI_xP9Aod7Mg4cwGhgjrCrdM5s-#7c0f42015-09-16
|
* info: Don't allow use in a non-git-annex repository, since it uses the ↵Gravatar Joey Hess2015-09-16
| | | | | | | git-annex branch and would create it if it were missing. I made the change to allow in 2014 without any rationalle or associated request that I can find.
* Merge branch 'newwinrelease'Gravatar Joey Hess2015-09-16
|\
* | add news item for git-annex 5.20150916Gravatar Joey Hess2015-09-16
| |
* | prep release5.20150916Gravatar Joey Hess2015-09-16
| |
* | Added a commentGravatar Jonan2015-09-16
| |
* | Add link to Ceph special remote.Gravatar Mesar Hameed2015-09-16
| |
* | Added a comment: needed a gpg.conifGravatar https://openid.stackexchange.com/user/e65e6d0e-58ba-41de-84cc-1f2ba54cf5742015-09-16
| |
* | Added a comment: Listing GPG keys enabled for a remote with hybrid encryptionGravatar whlabratz@d10941ab2681deb87122fd8f6da51f3dcdb8dbe52015-09-15
| |
* | commentGravatar Joey Hess2015-09-15
| |
* | improve commentGravatar Joey Hess2015-09-15
| |
* | Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2015-09-15
|\ \
* | | Fix bug in combination of preferred and required content settings. When one ↵Gravatar Joey Hess2015-09-15
| | | | | | | | | | | | | | | | | | | | | was set to the empty string and the other set to some expression, this bug caused all files to be wanted, instead of only files matching the expression. Avoid: MAny `MOr` otherexpression Which matches anything.
| * | Added a commentGravatar Jonan2015-09-15
|/ /
* | commentGravatar Joey Hess2015-09-15
| |
* | commentGravatar Joey Hess2015-09-15
| |
* | I've been not documenting these import Preludes used to deal with the AMP ↵Gravatar Joey Hess2015-09-15
| | | | | | | | transition
* | Silence redundant import warning with base-4.8.*Gravatar Simon Jakobi2015-09-15
| |
* | (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82015-09-15
| |
* | (no commit message)Gravatar Jonan2015-09-15
| |
* | avoid auto-enabling a remote that's already enabledGravatar Joey Hess2015-09-14
| |
* | avoid autoenable of dead special remotesGravatar Joey Hess2015-09-14
| |
* | devblogGravatar Joey Hess2015-09-14
| |
* | Special remotes configured with autoenable=true will be automatically ↵Gravatar Joey Hess2015-09-14
| | | | | | | | enabled when git-annex init is run.
* | Improve bash completion, so it completes names of remotes and backends in ↵Gravatar Joey Hess2015-09-14
| | | | | | | | | | | | | | | | | | appropriate places. Not necessarily everywhere, but a lot of the most often used places. Re the use of .Internal, see https://github.com/pcapriotti/optparse-applicative/issues/155