[PATCH] http-pull: documentation updates.
Describe -w option. Signed-off-by: Junio C Hamano <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:

committed by
Linus Torvalds

parent
b155725dae
commit
613d872cfb
@ -9,7 +9,7 @@ git-http-pull - Downloads a remote GIT repository via HTTP
|
|||||||
|
|
||||||
SYNOPSIS
|
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
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
@ -30,7 +30,9 @@ Downloads a remote GIT repository via HTTP.
|
|||||||
usual, to recover after earlier pull that was interrupted.
|
usual, to recover after earlier pull that was interrupted.
|
||||||
-v::
|
-v::
|
||||||
Report what is downloaded.
|
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
|
Author
|
||||||
------
|
------
|
||||||
|
Reference in New Issue
Block a user