[PATCH] Handle deltified object correctly in git-*-pull family.
[gitweb.git] / Documentation / git-http-pull.txt
index 59cd090a78cddeb4f820312892cc88f9c78ea542..8b54f09c223f0829ebf85cc4c5708e678fb4542a 100644 (file)
@@ -9,7 +9,7 @@ git-http-pull - Downloads a remote GIT repository via HTTP
 
 SYNOPSIS
 --------
-'git-http-pull' [-c] [-t] [-a] [-v] commit-id url
+'git-http-pull' [-c] [-t] [-a] [-v] [-d] commit-id url
 
 DESCRIPTION
 -----------
@@ -21,6 +21,10 @@ Downloads a remote GIT repository via HTTP.
        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.