]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/push-delete-nothing'
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:32 +0000 (16:43 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 26 Feb 2021 00:43:33 +0000 (16:43 -0800)
commit140045821aa78da3a80a7d7c8f707b955e1ab40d
tree9a8bb3c516eb72c8a5141dd3c162e3dc2d34d186
parentcadae717d557840d3566b7c0fc2003046e08c88f
parent20e416409fc2bc260faf65a0fc74927ed0d3ca12
Merge branch 'jc/push-delete-nothing'

"git push $there --delete ''" should have been diagnosed as an
error, but instead turned into a matching push, which has been
corrected.

* jc/push-delete-nothing:
  push: do not turn --delete '' into a matching push
builtin/push.c
t/t5516-fetch-push.sh