aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-11-22 16:04:20 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-11-22 16:04:20 -0400
commitb45b9d64280be90e552a187ab2e99a2e77f8346f (patch)
tree44d8b76f84013d2d3ceedb2295e540efec9ed337 /doc/git-annex.mdwn
parent8e6e6c47702e2af19b2b319b0ebc37e5a749ff27 (diff)
annex.autoupgrade setting
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r--doc/git-annex.mdwn17
1 files changed, 16 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 15b8fd204..25e1045db 100644
--- a/doc/git-annex.mdwn
+++ b/doc/git-annex.mdwn
@@ -544,7 +544,7 @@ subdirectories).
to their local `git-annex` branches. So the forgetfulness will automatically
propigate out from its starting point until all repositories running
git-annex have forgotten their old history. (You may need to force
- git to push the branch to any git repositories not running git-annex.
+ git to push the branch to any git repositories not running git-annex.)
* `repair`
@@ -1147,6 +1147,21 @@ Here are all the supported configuration settings.
When set to false, prevents the webapp from reminding you when using
repositories that lack consistency checks.
+* `annex.autoupgrade`
+
+ When set to ask (the default), the webapp will check for new versions
+ and prompt if they should be upgraded to. When set to true, automatically
+ upgrades without prompting (on some supported platforms). When set to
+ false, disables any upgrade checking.
+
+ Note that upgrade checking is only done when git-annex is installed
+ from one of the prebuilt images from its website. This does not
+ bypass eg, a Linux distribution's own upgrade handling code.
+
+ This setting also controls whether to restart the git-annex assistant
+ when the git-annex binary is detected to have changed. That is useful
+ no matter how you installed git-annex.
+
* `annex.autocommit`
Set to false to prevent the git-annex assistant from automatically