Re: [PATCH v6 4/4] commit: Add commit.verbose configuration

2014-06-17 Thread Jeff King
On Tue, Jun 17, 2014 at 02:37:45PM -0700, Junio C Hamano wrote: > Jeff King writes: > > > On Tue, Jun 17, 2014 at 02:39:00PM -0500, Caleb Thompson wrote: > > > >> diff --git a/t/t7507-commit-verbose.sh b/t/t7507-commit-verbose.sh > >> index 35a4d06..471bd8f 100755 > >> --- a/t/t7507-commit-verbo

Re: [PATCH v6 4/4] commit: Add commit.verbose configuration

2014-06-17 Thread Junio C Hamano
Jeff King writes: > On Tue, Jun 17, 2014 at 02:39:00PM -0500, Caleb Thompson wrote: > >> diff --git a/t/t7507-commit-verbose.sh b/t/t7507-commit-verbose.sh >> index 35a4d06..471bd8f 100755 >> --- a/t/t7507-commit-verbose.sh >> +++ b/t/t7507-commit-verbose.sh >> @@ -7,6 +7,10 @@ write_script check

Re: [PATCH v6 4/4] commit: Add commit.verbose configuration

2014-06-17 Thread Jeff King
On Tue, Jun 17, 2014 at 02:39:00PM -0500, Caleb Thompson wrote: > diff --git a/t/t7507-commit-verbose.sh b/t/t7507-commit-verbose.sh > index 35a4d06..471bd8f 100755 > --- a/t/t7507-commit-verbose.sh > +++ b/t/t7507-commit-verbose.sh > @@ -7,6 +7,10 @@ write_script check-for-diff <<-'EOF' > e

[PATCH v6 4/4] commit: Add commit.verbose configuration

2014-06-17 Thread Caleb Thompson
Add a new configuration variable commit.verbose to implicitly pass --verbose to git-commit. Ensure that --no-verbose to git-commit negates that setting. Signed-off-by: Caleb Thompson --- Documentation/config.txt | 5 + Documentation/git-commit.txt | 8 +++- buil