summaryrefslogtreecommitdiffstats
path: root/gitremote-helpers.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-10-10 16:24:44 -0700
committerJunio C Hamano <gitster@pobox.com>2016-10-10 16:24:44 -0700
commit20829a4b8e2b66a8e267b82569d850742ce66a6d (patch)
tree52a94002de896222636123b482a360016b56270d /gitremote-helpers.txt
parent34afdb2aa1517d020162156c0648d77e153a10b6 (diff)
downloadgit-htmldocs-20829a4b8e2b66a8e267b82569d850742ce66a6d.tar.gz
Autogenerated HTML docs for v2.10.1-432-g8a36c
Diffstat (limited to 'gitremote-helpers.txt')
-rw-r--r--gitremote-helpers.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/gitremote-helpers.txt b/gitremote-helpers.txt
index a4de50ad2..9e8681f9e 100644
--- a/gitremote-helpers.txt
+++ b/gitremote-helpers.txt
@@ -415,6 +415,17 @@ 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 deepen-relative {'true'|'false'}::
+ Deepens the history of a shallow repository relative to
+ current boundary. Only valid when used with "option depth".
+
'option followtags' {'true'|'false'}::
If enabled the helper should automatically fetch annotated
tag objects if the object the tag points at was transferred