David Madore <david+n...@madore.org> 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. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html