Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-06-25 13:25:57 +0400
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-06-26 03:52:16 +0400
commit613d872cfbe53213e1a9bbc77d75be9a6403b2b2 (patch)
treea221a9a31d7fb55f8ada6e7cc508e1ea8ed9eeea /Documentation
parentb155725daeec48436d1fcbec4854ffd317408a6e (diff)
[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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-http-pull.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/Documentation/git-http-pull.txt b/Documentation/git-http-pull.txt
index e4b7b3789e..3ac91320e9 100644
--- a/Documentation/git-http-pull.txt
+++ b/Documentation/git-http-pull.txt
@@ -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
-----------
@@ -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
------