]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-http-pull.txt
GIT 0.99.6
[thirdparty/git.git] / Documentation / git-http-pull.txt
CommitLineData
2cf565c5
DG
1git-http-pull(1)
2================
3v0.1, May 2005
4
5NAME
6----
7git-http-pull - Downloads a remote GIT repository via HTTP
8
9
10SYNOPSIS
11--------
613d872c 12'git-http-pull' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
2cf565c5
DG
13
14DESCRIPTION
15-----------
16Downloads a remote GIT repository via HTTP.
17
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.
2c6e4771
JS
26
27-w <filename>::
28 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
613d872c 29 the local end after the transfer is complete.
2cf565c5
DG
30
31Author
32------
33Written by Linus Torvalds <torvalds@osdl.org>
34
35Documentation
36--------------
37Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
38
39GIT
40---
41Part of the link:git.html[git] suite
42