X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-local-pull.txt;h=cb9533401890012a36654eab7de99485798cb21c;hb=2a24501363727dad1df47cc0fca47c57fedfd895;hp=79d0f5c28f68f2634bc41de80b0c22a296aa6590;hpb=4a62b61939396c512bd7592f800110bddf45af72;p=git.git diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt index 79d0f5c2..cb953340 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] [-d] commit-id path +'git-local-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path DESCRIPTION ----------- @@ -23,16 +23,15 @@ 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. +-w:: + Writes the commit-id into the filename under $GIT_DIR/refs/ on + the local end after the transfer is complete. Author ------ -Written by Linus Torvalds +Written by Junio C Hamano Documentation --------------