Re: suggestion for a simple addition: git update-ref --ff-only
From: Junio C Hamano <hidden> Date: 2016-06-15 22:56:17
David Madore [off-list ref] writes:
Hi list,
I'd like to suggest a very simple, but IMHO quite useful, additional
option to git-update-ref: an option --ff-only which would cause the
command to refuse unless the current ref is an ancestor of the new
one.
Mild NAK.
What you want may be "git push . new_commit:refs/heads/foo", by the
way.
The "update-ref" plumbing does not want any such frill.