fetch: define shallow boundary with --shallow-exclude
[gitweb.git] / Documentation / gitremote-helpers.txt
index 78e0b27c18b73a5b93f39b611191f8d1aaf3d06c..75bb6381f674003220e08f58530bdda1b971836e 100644 (file)
@@ -415,6 +415,13 @@ set by Git if the remote helper has the 'option' capability.
 'option depth' <depth>::
        Deepens the history of a shallow repository.
 
+'option deepen-since <timestamp>::
+       Deepens the history of a shallow repository based on time.
+
+'option deepen-not <ref>::
+       Deepens the history of a shallow repository excluding ref.
+       Multiple options add up.
+
 'option followtags' {'true'|'false'}::
        If enabled the helper should automatically fetch annotated
        tag objects if the object the tag points at was transferred