Merge branch 'fc/transport-helper-fixes'
[gitweb.git] / Documentation / gitremote-helpers.txt
index e75699ce1f7177e2453d06506ed2d7586f00f6ab..64f7ad26b40085ced91e73fd806c11e90ad2eb9a 100644 (file)
@@ -441,6 +441,13 @@ set by Git if the remote helper has the 'option' capability.
        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).
+
+'option update-shallow \{'true'|'false'\}::
+       Allow to extend .git/shallow if the new refs require it.
+
 SEE ALSO
 --------
 linkgit:git-remote[1]