annex.debug can now be set to enable debug logging by default. The webapp's debugging check box does this.

This commit is contained in:
Joey Hess 2013-06-17 20:41:17 -04:00
parent 9200e9a5f9
commit fa1c1e0f65
7 changed files with 33 additions and 7 deletions

View file

@ -622,6 +622,10 @@ subdirectories).
Show debug messages.
* --no-debug
Disable debug messages.
* --from=repository
Specifies a repository that content will be retrieved from, or that
@ -903,6 +907,10 @@ Here are all the supported configuration settings.
Set to false to prevent the git-annex assistant from automatically
committing changes to files in the repository.
* `annex.debug`
Set to true to enable debug logging by default.
* `annex.version`
Automatically maintained, and used to automate upgrades between versions.