[PATCH] Verbose git-daemon logging
[git/dscho.git] / Documentation / git-http-fetch.txt
blobc03427256800a08dc5107018297a32e5e47a85d2
1 git-http-fetch(1)
2 =================
3 v0.1, May 2005
5 NAME
6 ----
7 git-http-fetch - Downloads a remote GIT repository via HTTP
10 SYNOPSIS
11 --------
12 'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
14 DESCRIPTION
15 -----------
16 Downloads a remote GIT repository via HTTP.
18 -c::
19         Get the commit objects.
20 -t::
21         Get trees associated with the commit objects.
22 -a::
23         Get all the objects.
24 -v::
25         Report what is downloaded.
27 -w <filename>::
28         Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
29         the local end after the transfer is complete.
31 Author
32 ------
33 Written by Linus Torvalds <torvalds@osdl.org>
35 Documentation
36 --------------
37 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
39 GIT
40 ---
41 Part of the gitlink:git[7] suite