Hi, guys! How to know in pre-receive hook that commit has been pushed with --force option? I've written some pre-receive hook that denies pushed commits which have author's date earlier then current branch HEAD. It's done to prevent not triggering automated builds which are based on authors' timestamps. But some time later I had to rollback branch to previous state. It is not convenient way to "git update-ref ..." on the server, I'd like to git push --force, but there is a question in the first sentence: How to know in pre-receive hook that commit has been pushed with --force option? Thanx in advance -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html