]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-http-fetch.txt
Rename git-config-set to git-repo-config
[thirdparty/git.git] / Documentation / git-http-fetch.txt
CommitLineData
215a7ad1
JH
1git-http-fetch(1)
2=================
2cf565c5
DG
3
4NAME
5----
72e9340c 6git-http-fetch - Downloads a remote git repository via HTTP
2cf565c5
DG
7
8
9SYNOPSIS
10--------
215a7ad1 11'git-http-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] commit-id url
2cf565c5
DG
12
13DESCRIPTION
14-----------
72e9340c 15Downloads a remote git repository via HTTP.
2cf565c5
DG
16
17-c::
18 Get the commit objects.
19-t::
20 Get trees associated with the commit objects.
21-a::
22 Get all the objects.
23-v::
24 Report what is downloaded.
2c6e4771
JS
25
26-w <filename>::
27 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
613d872c 28 the local end after the transfer is complete.
2cf565c5
DG
29
30Author
31------
32Written by Linus Torvalds <torvalds@osdl.org>
33
34Documentation
35--------------
36Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
37
38GIT
39---
a7154e91 40Part of the gitlink:git[7] suite
2cf565c5 41