]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5541-http-push-smart.sh
push: teach --force-with-lease to smart-http transport
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Aug 2013 22:14:50 +0000 (15:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Aug 2013 23:11:06 +0000 (16:11 -0700)
commit05c1eb10348f159908becc7a6ed6bbcdab24c893
treebaa15650daafe64c4c07d463d6ba2996ca958623
parent77aa93481d1b12372a70959de58917ff815b3bc6
push: teach --force-with-lease to smart-http transport

We have been passing enough information to enable the
compare-and-swap logic down to the transport layer, but the
transport helper was not passing it to smart-http transport.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
remote-curl.c
t/lib-httpd.sh
t/t5541-http-push.sh
transport-helper.c