Merge branch 'sk/force-if-includes'
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Oct 2020 22:09:49 +0000 (15:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Oct 2020 22:09:49 +0000 (15:09 -0700)
commitde0a7effc86aadf6177fdcea52b5ae24c7a85911
tree4c542ec9c7c2b29ad2d1c1329602bc47dc40c4c5
parent52b8c8c7165987650bf873b878f20b14c33b268f
parent3b5bf96573b5773e64f7884607794c268b352992
Merge branch 'sk/force-if-includes'

"git push --force-with-lease[=<ref>]" can easily be misused to lose
commits unless the user takes good care of their own "git fetch".
A new option "--force-if-includes" attempts to ensure that what is
being force-pushed was created after examining the commit at the
tip of the remote ref that is about to be force-replaced.

* sk/force-if-includes:
  t, doc: update tests, reference for "--force-if-includes"
  push: parse and set flag for "--force-if-includes"
  push: add reflog check for "--force-if-includes"
builtin/push.c
remote.c
remote.h
send-pack.c