Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated patch for standalone | Yaroslav Halchenko | 2018-02-20 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2018-02-20 |
|\ | |||
* | | done | Joey Hess | 2018-02-20 |
| | | |||
| * | initial complaints about needing write permissions for info command | yarikoptic | 2018-02-20 |
| | | |||
| * | Added a comment: Thanks | moaxey | 2018-02-19 |
|/ | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2018-02-19 |
|\ | |||
* | | split msg into lines | Joey Hess | 2018-02-19 |
| | | | | | | | | | | | | msg is what would be output to stderr, so has some layout and formatting, which is perhaps not ideal, but let's at least avoid it containing line breaks. | ||
* | | update | Joey Hess | 2018-02-19 |
| | | |||
* | | wording | Joey Hess | 2018-02-19 |
| | | |||
* | | fix build | Joey Hess | 2018-02-19 |
| | | |||
* | | better doc for --json-error-messages | Joey Hess | 2018-02-19 |
| | | | | | | | | Word so warnings can be included, not only errors. | ||
* | | send stderr to json when --json-error-messages enabled | Joey Hess | 2018-02-19 |
| | | |||
* | | always include error-messages field when --json-error-messages | Joey Hess | 2018-02-19 |
| | | | | | | | | | | | | | | | | | | Always include error-messages field, even if empty, to make the json be self-documenting. This was a design requirement for --json-error-messages. This commit was supported by the NSF-funded DataLad project. | ||
* | | add --json-error-messages (not yet implemented) | Joey Hess | 2018-02-19 |
| | | | | | | | | | | | | | | | | | | | | Added --json-error-messages option, which includes error messages in the json output, rather than outputting them to stderr. The actual rediretion of errors is not implemented yet, this is only the docs and option plumbing. This commit was supported by the NSF-funded DataLad project. | ||
* | | fix --json-progress --json to be same as --json --json-progress | Joey Hess | 2018-02-19 |
| | | | | | | | | | | | | | | Fix behavior of --json-progress followed by --json, in which the latter option disabled the former. This commit was supported by the NSF-funded DataLad project. | ||
| * | Added a comment: I can reproduce | olaf | 2018-02-19 |
|/ | |||
* | Split Test.hs and avoid optimising it much, to need less memory to compile. | Joey Hess | 2018-02-18 |
| | | | | | | | | The ghc options were found by Sean Whitton; the debian arm autobuilders need those to build w/o OOM, and it seems to involve llvm using too much memory to optimize Test. This commit was sponsored by Boyd Stephen Smith Jr. on Patreon. | ||
* | git-annex.cabal: Once more try to not build the assistant on the hurd, ↵ | Joey Hess | 2018-02-18 |
| | | | | | | hopefully hackage finally recognises that OS. Last try was in 2015 https://github.com/haskell/hackage-server/issues/269 | ||
* | Added a comment | ericm | 2018-02-18 |
| | |||
* | (no commit message) | michalrus | 2018-02-17 |
| | |||
* | Added a comment | yarikoptic | 2018-02-16 |
| | |||
* | comment | Joey Hess | 2018-02-16 |
| | |||
* | update | Joey Hess | 2018-02-16 |
| | |||
* | comment | Joey Hess | 2018-02-16 |
| | |||
* | comment | Joey Hess | 2018-02-16 |
| | |||
* | --json: multi-line notes | Joey Hess | 2018-02-16 |
| | | | | | | | | | | | --json: When there are multiple lines of notes about a file, make the note field multiline, rather than the old behavior of only including the last line. Using newlines in the note is perhaps not ideal, but upgrading it to an array in this case would be an annoying inconsistency to need to deal with. This commit was sponsored by Ole-Morten Duesund on Patreon. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2018-02-15 |
|\ | |||
* | | Add gpg-agent to Build-Depends. Needed to run the test suite. | Joey Hess | 2018-02-14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merged from Debian. I think what this actually deals with is the case where gpg is installed, but gpg-agent is not, since Utility.Gpg.stdParams enables --use-agent when GPG_BATCH is set, and the test suite enables GPG_BATCH. So, test suite will work with gpg not installed, or with both gpg and gpg-agent installed, but not with only gpg. For this reason, I've also put in an explicit dep on gnupg, although dpkg-dev recommends it and all debian package builds tend to have it available implicitly. | ||
| * | add wishlist item "creating importfeed does not work with socks proxy" | https://christian.amsuess.com/chrysn | 2018-02-14 |
| | | |||
| * | Added a comment | ericm | 2018-02-11 |
| | | |||
| * | Added a comment | yarikoptic | 2018-02-10 |
| | | |||
| * | (no commit message) | yarikoptic | 2018-02-10 |
|/ | |||
* | use Breaks | Joey Hess | 2018-02-09 |
| | |||
* | Adjusted debian/patches/standalone-build for changes in control | Yaroslav Halchenko | 2018-02-09 |
| | |||
* | (no commit message) | achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8 | 2018-02-09 |
| | |||
* | (no commit message) | achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8 | 2018-02-09 |
| | |||
* | (no commit message) | achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8 | 2018-02-09 |
| | |||
* | (no commit message) | achilleas.k@14be77d42a1252fab5ec9dbf4e5ea03c5833e8c8 | 2018-02-09 |
| | |||
* | optimise for case where there are no required contents | Joey Hess | 2018-02-08 |
| | | | | Avoid reading location log in this case. | ||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2018-02-08 |
|\ | |||
* | | fsck: Warn when required content is not present in the repository that ↵ | Joey Hess | 2018-02-08 |
| | | | | | | | | | | | | requires it. This commit was sponsored by Jack Hill on Patreon. | ||
| * | Added a comment | yarikoptic | 2018-02-08 |
| | | |||
* | | rewrap to fix man page format | Joey Hess | 2018-02-08 |
|/ | |||
* | comment | Joey Hess | 2018-02-08 |
| | |||
* | comment | Joey Hess | 2018-02-08 |
| | |||
* | response | Joey Hess | 2018-02-08 |
| | |||
* | comment | Joey Hess | 2018-02-08 |
| | |||
* | devblog | Joey Hess | 2018-02-07 |
| | |||
* | Merge branch 'master' of ssh://git-annex.branchable.com | Joey Hess | 2018-02-07 |
|\ | |||
* | | datalad < 0.9.1 had a problem in its special remote protocol handling which ↵ | Joey Hess | 2018-02-07 |
| | | | | | | | | is broken by EXTENSIONS. Make the debian git-annex package conflict with the problem version of datalad. |