diff options
author | Joey Hess <joey@kitenet.net> | 2011-05-21 11:52:13 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-05-21 11:52:13 -0400 |
commit | 93a4f3d4e6970b05116fc25b8d57f0dd9d9ec675 (patch) | |
tree | 27af97e123c3b22f4eb6e19afa7bca6ec9f2891f /doc | |
parent | 1876db50f258a1a6a67d874049e93a84d34cac32 (diff) |
Add --debug option. Closes: #627499
This takes advantage of the debug logging done by missingh, and I added
my own debug messages for executeFile calls. There are still some other
low-level ways git-annex runs stuff that are not shown by debugging,
but this gets most of it easily.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index e2a04d27b..7f2fce9d2 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -330,6 +330,10 @@ Many git-annex commands will stage changes for later `git commit` by you. Enable verbose logging. +* --debug + + Show debug messages. + * --from=repository Specifies a repository that content will be retrieved from, or that |