X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-local-pull.txt;h=4651e81581962d2dfd94dc6cd66a551fe7aec4ee;hb=52be5fcd29e074cb549b9a92ff8caceb736e4851;hp=777bdbdd6e97a14a8e6c263b7e3c5271e53b8c04;hpb=f5ab6ccae3063725e0a6bfacffaffb245d6df83c;p=git.git diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt index 777bdbdd..4651e815 100644 --- a/Documentation/git-local-pull.txt +++ b/Documentation/git-local-pull.txt @@ -23,17 +23,11 @@ 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). ---recover:: - Check dependency of deltified object more carefully than - usual, to recover after earlier pull that was interrupted. -v:: Report what is downloaded. --w:: - Writes the commit-id into the filename under $GIT_DIR/refs/ on + +-w :: + Writes the commit-id into the filename under $GIT_DIR/refs/ on the local end after the transfer is complete. Author