summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2014-03-18 15:06:16 -0700
committerJunio C Hamano <gitster@pobox.com>2014-03-18 15:06:16 -0700
commit3b0cdc2a87e0d9db52ea531293fd3fa48f76d6d9 (patch)
tree32e40ee14f6c8f023a61b545655080696464a057 /gitremote-helpers.txt
parent81703b2b96611fb9d7ef95e990acdb4a6dc60135 (diff)
downloadgit-htmldocs-3b0cdc2a87e0d9db52ea531293fd3fa48f76d6d9.tar.gz
Autogenerated HTML docs for v1.9.1-286-g5172c
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index c2908db76..64f7ad26b 100644
--- a/gitremote-helpers.txt
+++ b/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'.
+
'option cloning \{'true'|'false'\}::
Notify the helper this is a clone request (i.e. the current
repository is guaranteed empty).