summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
| | | | | | | | | | | | | | | | | Most remotes have an idempotent setup that can be reused for enableremote, but in a few cases, it needs to tell which, and whether a UUID was provided to setup was used. This is groundwork for making initremote be able to provide a UUID. It should not change any behavior. Note that it would be nice to make the UUID always be provided to setup, and make setup not need to generate and return a UUID. What prevented this simplification is Remote.Git.gitSetup, which needs to reuse the UUID of the git remote when setting it up, and so has to return that UUID. This commit was sponsored by Thom May on Patreon.
* commentGravatar Joey Hess2017-02-07
|
* assistant: Make --autostart --foreground wait for the children it starts.Gravatar Joey Hess2017-02-07
| | | | | | Before, the --foreground was ignored when autostarting. This commit was sponsored by Denis Dzyubenko on Patreon.
* commentGravatar Joey Hess2017-02-07
|
* commentGravatar Joey Hess2017-02-07
|
* Fix build with aws 0.16. Thanks, aristidb.Gravatar Joey Hess2017-02-07
|
* commentGravatar Joey Hess2017-02-07
|
* commentGravatar Joey Hess2017-02-07
|
* commentGravatar Joey Hess2017-02-07
|
* Added a commentGravatar yarikoptic2017-02-06
|
* initial whiningGravatar yarikoptic2017-02-06
|
* initial thoughtsGravatar yarikoptic2017-02-06
|
* initial thoughtsGravatar yarikoptic2017-02-06
|
* (no commit message)Gravatar http://xgm.de/oid/2017-02-05
|
* Added a commentGravatar kristianrumberg@85de814abe9398ab5573b77bb8a7a80ceaf3b9e12017-02-05
|
* 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.
* lost a changelog entry; put backGravatar Joey Hess2017-02-03
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2017-02-03
|\
* | make sync --no-commit override annex.annex.autocommitGravatar 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
| |