git-annex/Assistant/WebApp/Configurators
Joey Hess d66535f065 global numcopies setting
* numcopies: New command, sets global numcopies value that is seen by all
  clones of a repository.
* The annex.numcopies git config setting is deprecated. Once the numcopies
  command is used to set the global number of copies, any annex.numcopies
  git configs will be ignored.
* assistant: Make the prefs page set the global numcopies.

This global numcopies setting is needed to let preferred content
expressions operate on numcopies.

It's also convenient, because typically if you want git-annex to preserve N
copies of files in a repo, you want it to do that no matter which repo it's
running in. Making it global avoids needing to warn the user about gotchas
involving inconsistent annex.numcopies settings.
(See changes to doc/numcopies.mdwn.)

Added a new variety of git-annex branch log file, that holds only 1 value.
Will probably be useful for other stuff later.

This commit was sponsored by Nicolas Pouillard.
2014-01-20 16:47:56 -04:00
..
AWS.hs webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. 2013-11-07 18:02:00 -04:00
Delete.hs assistant: Support repairing git remotes that are locally accessible 2013-10-27 15:38:59 -04:00
Edit.hs assistant: Set StrictHostKeyChecking yes when creating ssh remotes, and add it to the configuration for any ssh remotes previously created by the assistant. This avoids repeated prompts by ssh if the host key changes, instead syncing with such a remote will fail. Closes: #732602 2013-12-20 20:58:36 -04:00
Fsck.hs webapp: remind user when using repositories that lack consistency checks 2013-10-29 16:50:38 -04:00
IA.hs rename module 2013-10-28 11:33:14 -04:00
Local.hs check that ~/Desktop/annex can be written to; fall back to ~/annex when not 2013-12-24 17:04:07 -04:00
Pairing.hs restart on upgrade is working, including automatic restart 2013-11-23 00:54:08 -04:00
Preferences.hs global numcopies setting 2014-01-20 16:47:56 -04:00
Ssh.hs Windows: Avoid eating stdin when running ssh to add a authorized key, since this is used for password prompting. 2014-01-01 15:49:51 -04:00
Upgrade.hs ensure that Android TH splice is expanded in native side of build 2013-11-25 13:01:53 -04:00
WebDAV.hs Deal with box.com changing the url of their webdav endpoint. 2013-12-02 16:01:20 -04:00
XMPP.hs restart on upgrade is working, including automatic restart 2013-11-23 00:54:08 -04:00