summaryrefslogtreecommitdiffstats
path: root/git-http-fetch.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-07-29 09:10:13 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-07-29 09:10:13 +0000
commitf870ef8e4b6ce1ba13adb762270a261dca05f973 (patch)
tree7eb13e728a7161ce1cda0aecc5c2d7115ddab2cc /git-http-fetch.txt
parentabb53dc4ac58c5009a30ecb0a38895dce61b5296 (diff)
downloadgit-htmldocs-f870ef8e4b6ce1ba13adb762270a261dca05f973.tar.gz
Autogenerated HTML docs for v1.4.2-rc2-g818f4
Diffstat (limited to 'git-http-fetch.txt')
-rw-r--r--git-http-fetch.txt8
1 files changed, 7 insertions, 1 deletions
diff --git a/git-http-fetch.txt b/git-http-fetch.txt
index bc1a13289..3d508094a 100644
--- a/git-http-fetch.txt
+++ b/git-http-fetch.txt
@@ -8,7 +8,7 @@ git-http-fetch - downloads a remote git repository via HTTP
SYNOPSIS
--------
-'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url>
+'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [--stdin] <commit> <url>
DESCRIPTION
-----------
@@ -33,6 +33,12 @@ commit-id::
Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
the local end after the transfer is complete.
+--stdin::
+ Instead of a commit id on the commandline (which is not expected in this
+ case), 'git-http-fetch' expects lines on stdin in the format
+
+ <commit-id>['\t'<filename-as-in--w>]
+
Author
------
Written by Linus Torvalds <torvalds@osdl.org>