Re: [PATCH] create_ref_entry(): move check_refname_format() call to callers
From: Junio C Hamano <hidden> Date: 2016-06-15 22:53:41
Jeff King [off-list ref] writes:
On Sun, Apr 29, 2012 at 08:18:08AM +0200, mhagger@alum.mit.edu wrote:
...
It seems like the create_ref_entry code paths should _always_ just be
issuing warnings, as they are about reading existing refs, no? The die()
side should only come when we are writing refs.
That matches my observation. Michael, are we missing something?