Skip to content

Commit

Permalink
[PATCH] http-pull: documentation updates.
Browse files Browse the repository at this point in the history
Describe -w option.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Junio C Hamano authored and Linus Torvalds committed Jun 25, 2005
1 parent b155725 commit 613d872
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Documentation/git-http-pull.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ git-http-pull - Downloads a remote GIT repository via HTTP

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
-----------
Expand All @@ -30,7 +30,9 @@ Downloads a remote GIT repository via HTTP.
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
------
Expand Down

0 comments on commit 613d872

Please sign in to comment.