X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-local-pull.txt;h=79d0f5c28f68f2634bc41de80b0c22a296aa6590;hb=65c2e0c349aa5c7f605defb52dc67f1b3658a1b9;hp=53f5d3968216044d35151c5f6e56285274e3a574;hpb=f1a7eb36b017c62d9a007b6b8660bdeec3f94f97;p=git.git diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt index 53f5d396..79d0f5c2 100644 --- a/Documentation/git-local-pull.txt +++ b/Documentation/git-local-pull.txt @@ -9,7 +9,7 @@ git-local-pull - Duplicates another GIT repository on a local system SYNOPSIS -------- -'git-local-pull' [-c] [-t] [-a] [-l] [-s] [-n] [-v] commit-id path +'git-local-pull' [-c] [-t] [-a] [-l] [-s] [-n] [-v] [-d] commit-id path DESCRIPTION ----------- @@ -23,6 +23,10 @@ OPTIONS Get trees associated with the commit objects. -a:: Get all the objects. +-d:: + Do not check for delta base objects (use this option + only when you know the remote repository is not + deltified). -v:: Report what is downloaded.