]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/git-local-fetch.txt
Merge branch 'ml/cvsserver'
[thirdparty/git.git] / Documentation / git-local-fetch.txt
CommitLineData
215a7ad1
JH
1git-local-fetch(1)
2==================
2cf565c5
DG
3
4NAME
5----
72e9340c 6git-local-fetch - Duplicates another git repository on a local system
2cf565c5
DG
7
8
9SYNOPSIS
10--------
215a7ad1 11'git-local-fetch' [-c] [-t] [-a] [-d] [-v] [-w filename] [--recover] [-l] [-s] [-n] commit-id path
2cf565c5
DG
12
13DESCRIPTION
14-----------
72e9340c 15Duplicates another git repository on a local system.
2cf565c5
DG
16
17OPTIONS
18-------
19-c::
20 Get the commit objects.
21-t::
22 Get trees associated with the commit objects.
23-a::
24 Get all the objects.
25-v::
26 Report what is downloaded.
2c6e4771
JS
27
28-w <filename>::
29 Writes the commit-id into the filename under $GIT_DIR/refs/<filename> on
f5ab6cca 30 the local end after the transfer is complete.
2cf565c5
DG
31
32Author
33------
f5ab6cca 34Written by Junio C Hamano <junkio@cox.net>
2cf565c5
DG
35
36Documentation
37--------------
38Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
39
40GIT
41---
a7154e91 42Part of the gitlink:git[7] suite
2cf565c5 43