X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-local-pull.txt;h=4651e81581962d2dfd94dc6cd66a551fe7aec4ee;hb=cdacb6208fdb6779b21350644d61bd90e63db3d5;hp=4bc66e77ba0c4e9f9595c3d0e9b3794dc946637a;hpb=a48e1d67e167507091f25dc00e2bd6c280fa538e;p=git.git diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt index 4bc66e77..4651e815 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] [--recover] commit-id path +'git-local-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path DESCRIPTION ----------- @@ -23,19 +23,16 @@ 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 + the local end after the transfer is complete. + Author ------ -Written by Linus Torvalds +Written by Junio C Hamano Documentation --------------