reset: add new reset.quiet config setting
commit4c3abd0551d8ff1c280de2bc53d6a7657b053d33
authorBen Peart <benpeart@microsoft.com>
Tue, 23 Oct 2018 19:04:22 +0000 (23 15:04 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 24 Oct 2018 02:57:07 +0000 (24 11:57 +0900)
tree77e51277ff7cd25d35253bf42bf44c90db7356d1
parent9ac8125d1ab83f1a0c48f6f30bb8fea92d9770d7
reset: add new reset.quiet config setting

Add a reset.quiet config setting that sets the default value of the --quiet
flag when running the reset command.  This enables users to change the
default behavior to take advantage of the performance advantages of
avoiding the scan for unstaged changes after reset.  Defaults to false.

Signed-off-by: Ben Peart <benpeart@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-reset.txt
builtin/reset.c