Add --verbose

This commit is contained in:
Joey Hess 2010-10-28 14:04:22 -04:00
parent 5c2c652d7d
commit ecfbc01ff8
3 changed files with 7 additions and 0 deletions

View file

@ -116,6 +116,8 @@ options = [
"allow actions that may lose annexed data"
, Option ['q'] ["quiet"] (NoArg (storebool "quiet" True))
"avoid verbose output"
, Option ['v'] ["verbose"] (NoArg (storebool "quiet" False))
"allow verbose output"
, Option ['b'] ["backend"] (ReqArg (storestring "backend") "NAME")
"specify default key-value backend to use"
, Option ['k'] ["key"] (ReqArg (storestring "key") "KEY")

1
debian/changelog vendored
View file

@ -1,6 +1,7 @@
git-annex (0.03) UNRELEASED; urgency=low
* Fix support for file:// remotes.
* Add --verbose
-- Joey Hess <joeyh@debian.org> Thu, 28 Oct 2010 13:46:59 -0400

View file

@ -153,6 +153,10 @@ Many git-annex subcommands will stage changes for later `git commit` by you.
Avoid the default verbose logging of what is done; only show errors
and progress displays.
* --verbose
Enable verbose logging.
* --backend=name
Specify the default key-value backend to use, adding it to the front