summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b155725)
raw | patch | inline | side by side (parent: b155725)
author | Junio C Hamano <junkio@cox.net> | |
Sat, 25 Jun 2005 09:25:57 +0000 (02:25 -0700) | ||
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | |
Sat, 25 Jun 2005 23:52:16 +0000 (16:52 -0700) |
Describe -w option.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/git-http-pull.txt | patch | blob | history |
index e4b7b3789eec56444b782e8ba7a46bf87e7749e1..3ac91320e93bd773e2b212428968d83a0ee29ff3 100644 (file)
SYNOPSIS
--------
-'git-http-pull' [-c] [-t] [-a] [-v] [-d] [--recover] commit-id url
+'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
DESCRIPTION
-----------
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
------