Re: [PATCH v4 4/4] commit: support commit.verbose and --no-verbose

2014-06-12 Thread Caleb Thompson
Another update to also use quotes around the check-for-no-diff script body. If I don't get any more feedback in the next few hours I'll send another full version of the patch. Caleb Thompson 8 Add a new configuration variable commit.verbose to

[PATCH v4 4/4] commit: support commit.verbose and --no-verbose

2014-06-11 Thread
Add a new configuration variable commit.verbose to implicitly pass `--verbose` to `git-commit`. Add `--no-verbose` to commit to negate that setting. Signed-off-by: Caleb Thompson ca...@calebthompson.io --- Documentation/config.txt | 5 + Documentation/git-commit.txt

Re: [PATCH v4 4/4] commit: support commit.verbose and --no-verbose

2014-06-11 Thread René Scharfe
Am 11.06.2014 20:24, schrieb ca...@calebthompson.io: Add a new configuration variable commit.verbose to implicitly pass `--verbose` to `git-commit`. Add `--no-verbose` to commit to negate that setting. Signed-off-by: Caleb Thompsonca...@calebthompson.io --- Documentation/config.txt

Re: [PATCH v4 4/4] commit: support commit.verbose and --no-verbose

2014-06-11 Thread Caleb Thompson
On Wed, Jun 11, 2014, at 01:41 PM, René Scharfe wrote: @@ -1556,7 +1560,7 @@ int cmd_commit(int argc, const char **argv, const char *prefix) static struct wt_status s; static struct option builtin_commit_options[] = { OPT__QUIET(quiet, N_(suppress summary after successful commit)), -