X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-local-pull.txt;h=4651e81581962d2dfd94dc6cd66a551fe7aec4ee;hb=2ab141a26f93c4d97e243a6be8a38a7dd4eb35a3;hp=53f5d3968216044d35151c5f6e56285274e3a574;hpb=2cf565c53c88c557eedd7e5629437b3c6fe74329;p=git.git diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt index 53f5d396..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] commit-id path +'git-local-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path DESCRIPTION ----------- @@ -26,9 +26,13 @@ OPTIONS -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 --------------