summaryrefslogtreecommitdiff
path: root/Documentation/git-local-pull.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-06-22 08:52:06 (GMT)
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-22 17:23:48 (GMT)
commitf5ab6ccae3063725e0a6bfacffaffb245d6df83c (patch)
treec47f1f1d21a0eb64031b271deea954615b85d81a /Documentation/git-local-pull.txt
parent5c8af185cc547b1babdd6292b1c77bec1941922f (diff)
downloadgit-f5ab6ccae3063725e0a6bfacffaffb245d6df83c.zip
git-f5ab6ccae3063725e0a6bfacffaffb245d6df83c.tar.gz
git-f5ab6ccae3063725e0a6bfacffaffb245d6df83c.tar.bz2
[PATCH] local-pull: implement fetch_ref()
This makes "-w ref" usable for git-local-pull. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/git-local-pull.txt')
-rw-r--r--Documentation/git-local-pull.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt
index 4bc66e7..777bdbd 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
-----------
@@ -32,10 +32,13 @@ OPTIONS
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 <torvalds@osdl.org>
+Written by Junio C Hamano <junkio@cox.net>
Documentation
--------------