diff options
Diffstat (limited to 'Documentation/git-rpull.txt')
-rw-r--r-- | Documentation/git-rpull.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Documentation/git-rpull.txt b/Documentation/git-rpull.txt index 1807fc571a..3a8386629b 100644 --- a/Documentation/git-rpull.txt +++ b/Documentation/git-rpull.txt @@ -10,7 +10,7 @@ git-rpull - Pulls from a remote repository over ssh connection SYNOPSIS -------- -'git-rpull' [-c] [-t] [-a] [-v] commit-id url +'git-rpull' [-c] [-t] [-a] [-d] [-v] commit-id url DESCRIPTION ----------- @@ -25,6 +25,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. |