unpack-trees: rename "gently" flag to "quiet"
commitb165fac8c1970e9cc9e5a0715a2f06b3530b2570
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Fri, 22 Mar 2019 09:31:36 +0000 (22 16:31 +0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 24 Mar 2019 12:35:34 +0000 (24 21:35 +0900)
treece3171aa20075817c9f8c6ecaa50a99be43d6883
parent191e9d2c2dac2aaf8cb7db854cec48028addfece
unpack-trees: rename "gently" flag to "quiet"

The gently flag was added in 17e4642667 (Add flag to make unpack_trees()
not print errors. - 2008-02-07) to suppress error messages. The name
"gently" does not quite express that. Granted, being quiet is gentle but
it could mean not performing some other actions. Rename the flag to
"quiet" to be more on point.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c
unpack-trees.c
unpack-trees.h