Merge branch 'pb/commit-verbose-config'
commit5d5f1c236b63596a59293a893d914dab1c8dd377
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2016 21:54:31 +0000 (23 14:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 May 2016 21:54:32 +0000 (23 14:54 -0700)
treecdf9609dafcf846a91e3bf1cfb9c51d956bc7a5c
parent72ce3ff7b51c1e0703f433fb000519521441abf8
parentaaab84203b9654fb73df41d3cb71a6aad3a091fa
Merge branch 'pb/commit-verbose-config'

"git commit" learned to pay attention to "commit.verbose"
configuration variable and act as if "--verbose" option was
given from the command line.

* pb/commit-verbose-config:
  commit: add a commit.verbose config variable
  t7507-commit-verbose: improve test coverage by testing number of diffs
  parse-options.c: make OPTION_COUNTUP respect "unspecified" values
  t/t7507: improve test coverage
  t0040-parse-options: improve test coverage
  test-parse-options: print quiet as integer
  t0040-test-parse-options.sh: fix style issues
Documentation/config.txt
builtin/commit.c
t/helper/test-parse-options.c