diff options
author | Junio C Hamano <junkio@cox.net> | 2005-06-22 01:52:06 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-22 10:23:48 -0700 |
commit | f5ab6ccae3063725e0a6bfacffaffb245d6df83c (patch) | |
tree | c47f1f1d21a0eb64031b271deea954615b85d81a /Documentation | |
parent | 5c8af185cc547b1babdd6292b1c77bec1941922f (diff) | |
download | git-f5ab6ccae3063725e0a6bfacffaffb245d6df83c.tar.gz git-f5ab6ccae3063725e0a6bfacffaffb245d6df83c.tar.xz |
[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')
-rw-r--r-- | Documentation/git-local-pull.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-local-pull.txt b/Documentation/git-local-pull.txt index 4bc66e77b..777bdbdd6 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 -------------- |