Re: [PATCH 2/3] update-ref: pass reflog message argument to delete_refs
From: Junio C Hamano <hidden> Date: 2017-02-17 17:11:33
Jeff King [off-list ref] writes:
...
All good review comments.
I briefly wondered if recording the deletion of the current branch
in HEAD's reflog has much practical values (Porcelain "git branch"
would not even allow deletion in the first place), but because it is
a rare and unusual event, it probably makes more sense to have a
record of it.