]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/gitremote-helpers.txt
fetch: define shallow boundary with --shallow-exclude
[thirdparty/git.git] / Documentation / gitremote-helpers.txt
index 9971d9a2b67d6618bea160090c8047c3fceeb848..75bb6381f674003220e08f58530bdda1b971836e 100644 (file)
@@ -418,6 +418,10 @@ set by Git if the remote helper has the 'option' capability.
 '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