Re: [PATCH 07/14] is_refname_available(): remove the "quiet" argument
From: Junio C Hamano <hidden> Date: 2016-06-15 22:52:15
Drew Northup [off-list ref] writes:
On Thu, 2011-10-13 at 09:58 +0200, mhagger@alum.mit.edu wrote:
quoted
From: Michael Haggerty <redacted>
quiet was always set to 0, so get rid of it. Add a function docstring
for good measure.
I would like to know if perhaps it was an unfinished project somewhere
to propagate the "quiet" option down to this level before removing the
function argument. Comments?