]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5801/git-remote-testgit
transport-helper: add 'force' to 'export' helpers
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 12 Nov 2013 20:56:56 +0000 (14:56 -0600)
committerJunio C Hamano <gitster@pobox.com>
Tue, 12 Nov 2013 21:34:32 +0000 (13:34 -0800)
commit510fa6f5188d715050899eee221c739f1c0a8b12
tree8c0e297298060f5ae0e1d0b96f35b6fcc89e6529
parent5a75353fe381b344a33d7a89f7803e4a24d2ddcf
transport-helper: add 'force' to 'export' helpers

Otherwise they cannot know when to force the push or not (other than
hacks).

Tests-by: Richard Hansen <rhansen@bbn.com>
Documentation-by: Richard Hansen <rhansen@bbn.com>
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/gitremote-helpers.txt
git-remote-testgit.sh
t/t5801-remote-helpers.sh
transport-helper.c