upload-pack: add get_reachable_list()
[gitweb.git] / Documentation / git-clone.txt
index b7c467a001ad47de0bebd8c985df769fe4e63adc..5049663f3b4d80bf90e9ba4ed696c493981e9a94 100644 (file)
@@ -193,6 +193,14 @@ objects from the source repository into a pack in the cloned repository.
        `--no-single-branch` is given to fetch the histories near the
        tips of all branches.
 
+--shallow-since=<date>::
+       Create a shallow clone with a history after the specified time.
+
+--shallow-exclude=<revision>::
+       Create a shallow clone with a history, excluding commits
+       reachable from a specified remote branch or tag.  This option
+       can be specified multiple times.
+
 --[no-]single-branch::
        Clone only the history leading to the tip of a single branch,
        either specified by the `--branch` option or the primary