Re: [PATCH] add a commit.verbose config variable

2016-03-09 Thread Matthieu Moy
Hi, This is v2, right? Then call it [PATCH v2] in the title, and summarize the diff wrt v1. As much as possible, Cc people who participated in the review of v1. Pranit Bauva writes: > Since many people always run the command with this option, and would > prefer not to

Re: [PATCH] add a commit.verbose config variable

2016-03-09 Thread Pranit Bauva
A previous version of this patch can be found at http://news.gmane.org/gmane.comp.version-control.git/287540 . The changes in the patch are :- - Fix typo "git config" to "git commit" - Use a better commit message - Drop a paragraph in commit message so as to not misguide readers - Consider

[PATCH] add a commit.verbose config variable

2016-03-09 Thread Pranit Bauva
Since many people always run the command with this option, and would prefer not to use the argument again and again but instead specify it in the configuration file. Also add a override-verbose option in git-commit if no verbose is required when the commit.verbose is true in the configuration