blob: bc1a13289153976c31718d3694de2a188d5b8478 [file] [log] [blame]
Junio C Hamano1a4e8412005-12-27 08:17:231git-http-fetch(1)
2=================
3
4NAME
5----
Junio C Hamano235a91e2006-01-07 01:13:586git-http-fetch - downloads a remote git repository via HTTP
Junio C Hamano1a4e8412005-12-27 08:17:237
8
9SYNOPSIS
10--------
Junio C Hamano235a91e2006-01-07 01:13:5811'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] <commit> <url>
Junio C Hamano1a4e8412005-12-27 08:17:2312
13DESCRIPTION
14-----------
15Downloads a remote git repository via HTTP.
16
17OPTIONS
18-------
19commit-id::
20 Either the hash or the filename under [URL]/refs/ to
21 pull.
22
23-c::
24Get the commit objects.
25-t::
26Get trees associated with the commit objects.
27-a::
28Get all the objects.
29-v::
30Report what is downloaded.
31
32-w <filename>::
33 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
34 the local end after the transfer is complete.
35
36Author
37------
38Written by Linus Torvalds <torvalds@osdl.org>
39
40Documentation
41--------------
42Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
43
44GIT
45---
46Part of the gitlink:git[7] suite
47