aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-02-03 14:31:17 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-02-03 14:31:17 -0400
commitc438a610208b1914932980a26c0ab90fb544cd34 (patch)
tree1c204beae009ae2b5351f0eb4e865abef09545ba /CHANGELOG
parent4cded2bc85d530dd335738cb870daf3a2d4e4a2f (diff)
New annex.synccontent config setting
.. 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.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG7
1 files changed, 5 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 83a5f2300..6c27eba9f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -7,8 +7,11 @@ git-annex (6.20170102) UNRELEASED; urgency=medium
taken for --json.
* vicfg: Include the numcopies configuation.
* config: New command for storing configuration in the git-annex branch.
- * annex.autocommit can be configured via git-annex config, to control
- the default behavior in all clones of a repository.
+ * New annex.synccontent config setting, 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.
* stack.yaml: Update to lts-7.18.
* Some optimisations to string splitting code.
* unused: When large files are checked right into git, avoid buffering