]> git.ipfire.org Git - thirdparty/git.git/commit - builtin/commit.c
commit: add a commit.verbose config variable
authorPranit Bauva <pranit.bauva@gmail.com>
Thu, 5 May 2016 09:50:02 +0000 (15:20 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 May 2016 17:25:52 +0000 (10:25 -0700)
commitaaab84203b9654fb73df41d3cb71a6aad3a091fa
tree1c3a054dd95694de923756d99fee1c068d15d498
parentde45dbb8188ecbc74c1e8a95bf861c6acdda393d
commit: add a commit.verbose config variable

Add commit.verbose configuration variable as a convenience for those
who always prefer --verbose.

Add tests to check the behavior introduced by this commit and also to
verify that behavior of status doesn't break because of this commit.

Helped-by: Junio C Hamano <gitster@pobox.com>
Helped-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Pranit Bauva <pranit.bauva@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-commit.txt
builtin/commit.c
t/t7507-commit-verbose.sh