summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* Added feature request for local state variables in special remote protocolGravatar trenta32017-02-05
|
* Added a commentGravatar aristidb@4551cc1215222a56e271a796b92908680f3941b52017-02-05
|
* Added a commentGravatar aristidb@4551cc1215222a56e271a796b92908680f3941b52017-02-05
|
* (no commit message)Gravatar aristidb@4551cc1215222a56e271a796b92908680f3941b52017-02-05
|
* (no commit message)Gravatar ilovezfs2017-02-05
|
* (no commit message)Gravatar http://xgm.de/oid/2017-02-05
|
* (no commit message)Gravatar http://xgm.de/oid/2017-02-05
|
* Added a commentGravatar CandyAngel2017-02-05
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-04
|\
* | updateGravatar Joey Hess2017-02-04
| |
| * Added a commentGravatar joshfindit2017-02-04
|/
* devblogGravatar Joey Hess2017-02-03
|
* commentGravatar Joey Hess2017-02-03
|
* wormhole pairing appid flag day 2021-12-31Gravatar Joey Hess2017-02-03
| | | | | | | | | | | | Wormhole pairing will start to provide an appid to wormhole on 2021-12-31. An appid can't be provided now because Debian stable is going to ship a older version of git-annex that does not provide an appid. Assumption is that by 2021-12-31, this version of git-annex will be shipped in a Debian stable release. If that turns out to not be the case, this change will need to be cherry-picked into the git-annex in Debian stable, or its wormhole pairing will break. This commit was sponsored by Thomas Hochstein on Patreon.
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-03
|\
* | New annex.synccontent config settingGravatar Joey Hess2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | .. which can be set to true to make git annex sync default to --content. This may become the default at some point in the future. As well as being configuable by git config, it can be configured by git-annex config to control the default behavior in all clones of a repository. Had to add a separate --no-content switch to we can tell if it's been explicitly set, and should override annex.synccontent. If --content was the default, this complication would not be necessary. This commit was sponsored by Jake Vosloo on Patreon.
* | annex.autocommit can be configured via git-annex configGravatar Joey Hess2017-02-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ... to control the default behavior in all clones of a repository. This includes a new Configurable data type, so the GitConfig type indicates which values can be configured this way. The implementation should be quite efficient; the config log is only read once, and only when a Configurable value has not already been set by git-config. Indeed, it would be nice in the future to extend this, so that git-config is itself only read on demand. Some commands may not need to look at the git configuration at all. This commit was sponsored by Trenton Cronholm on Patreon.
| * initial whiningGravatar yarikoptic2017-02-03
| |
| * (no commit message)Gravatar http://xgm.de/oid/2017-02-03
| |
| * Added a commentGravatar http://schnouki.net/2017-02-02
|/
* remove page for Homebrew-caskGravatar Joey Hess2017-02-02
| | | | | I checked the git repo, and git-annex was removed from it, since it's available in Homebrew. (Why did they add it originally then? Dunno..)
* responseGravatar Joey Hess2017-02-02
|
* add missing extra-depsGravatar Joey Hess2017-02-02
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-02
|\
* | commentGravatar Joey Hess2017-02-02
| |
* | updateGravatar Joey Hess2017-02-02
| |
| * (no commit message)Gravatar hello@d445805275613da28bcccb402c444f2a63e7b7f92017-02-02
| |
| * (no commit message)Gravatar kristianrumberg@85de814abe9398ab5573b77bb8a7a80ceaf3b9e12017-02-02
| |
| * (no commit message)Gravatar kristianrumberg@85de814abe9398ab5573b77bb8a7a80ceaf3b9e12017-02-02
| |
| * Added a comment: Install via brew cask not workingGravatar chocolate.camera@ec2ecab153906be21ac5f36652c33786ad0e0b602017-02-02
| |
| * (no commit message)Gravatar 5XwgD2017-02-01
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-01-31
|\
* | devblogGravatar Joey Hess2017-01-31
| |
* | unused: Improved memory use significantly when there are a lot of ↵Gravatar Joey Hess2017-01-31
| | | | | | | | | | | | | | | | | | | | | | differences between branches. Argh, didn't need an accumulator here! I think I use accumulators a lot more than I need to when recusively processing lists.. This commit was sponsored by Jeff Goeke-Smith on Patreon.
| * (no commit message)Gravatar mschiff2017-01-31
| |
| * (no commit message)Gravatar mschiff2017-01-31
| |
| * (no commit message)Gravatar mschiff2017-01-31
| |
* | fix lack of laziness streaming large diffsGravatar Joey Hess2017-01-31
| | | | | | | | | | | | | | | | A commit last year that made a partial function use Maybe unfortunately caused the whole input to need to be consumed, breaking streaming. So, revert it. This commit was sponsored by Nick Daly on Patreon.
| * Added a commentGravatar butirsky@86ff3803c45a8a1e5fc253d2728ce493c8addf962017-01-31
|/
* fix linkGravatar Joey Hess2017-01-31
|
* commentGravatar Joey Hess2017-01-31
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-01-31
|\
* | commentGravatar Joey Hess2017-01-31
| | | | | | | | This commit was sponsored by Brock Spratlen on Patreon.
* | commentGravatar Joey Hess2017-01-31
| | | | | | | | This commit was sponsored by Ole-Morten on Patreon.
| * (no commit message)Gravatar git-annex@6f13b739194f758abc0b86556b7ce966c1bf3c002017-01-31
| |
* | please answer questionsGravatar Joey Hess2017-01-31
| |
* | responseGravatar Joey Hess2017-01-31
| | | | | | | | This commit was sponsored by Andreas on Patreon.
* | respondGravatar Joey Hess2017-01-31
| | | | | | | | This commit was sponsored by Bruno BEAUFILS on Patreon.
* | fix formatting of commentGravatar Joey Hess2017-01-31
| |
* | reproduced bug; started analysisGravatar Joey Hess2017-01-31
| | | | | | | | This commit was sponsored by Peter Hogg on Patreon.