diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2013-11-12 14:56:56 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-11-12 13:34:32 -0800 |
commit | 510fa6f5188d715050899eee221c739f1c0a8b12 (patch) | |
tree | 8c0e297298060f5ae0e1d0b96f35b6fcc89e6529 /Documentation/gitremote-helpers.txt | |
parent | 5a75353fe381b344a33d7a89f7803e4a24d2ddcf (diff) | |
download | git-510fa6f5188d715050899eee221c739f1c0a8b12.tar.gz |
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>
Diffstat (limited to 'Documentation/gitremote-helpers.txt')
-rw-r--r-- | Documentation/gitremote-helpers.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/gitremote-helpers.txt b/Documentation/gitremote-helpers.txt index f1f4ca9727..e75699ce1f 100644 --- a/Documentation/gitremote-helpers.txt +++ b/Documentation/gitremote-helpers.txt @@ -437,6 +437,10 @@ set by Git if the remote helper has the 'option' capability. 'option check-connectivity' \{'true'|'false'\}:: Request the helper to check connectivity of a clone. +'option force' \{'true'|'false'\}:: + Request the helper to perform a force update. Defaults to + 'false'. + SEE ALSO -------- linkgit:git-remote[1] |