[PATCH] Prevent git-rev-list without --merge-order producing duplicates in output
[git/dscho.git] / Documentation / git-local-pull.txt
blob4bc66e77ba0c4e9f9595c3d0e9b3794dc946637a
1 git-local-pull(1)
2 =================
3 v0.1, May 2005
5 NAME
6 ----
7 git-local-pull - Duplicates another GIT repository on a local system
10 SYNOPSIS
11 --------
12 'git-local-pull' [-c] [-t] [-a] [-l] [-s] [-n] [-v] [-d] [--recover] commit-id path
14 DESCRIPTION
15 -----------
16 Duplicates another GIT repository on a local system.
18 OPTIONS
19 -------
20 -c::
21         Get the commit objects.
22 -t::
23         Get trees associated with the commit objects.
24 -a::
25         Get all the objects.
26 -d::
27         Do not check for delta base objects (use this option
28         only when you know the remote repository is not
29         deltified).
30 --recover::
31         Check dependency of deltified object more carefully than
32         usual, to recover after earlier pull that was interrupted.
33 -v::
34         Report what is downloaded.
36 Author
37 ------
38 Written by Linus Torvalds <torvalds@osdl.org>
40 Documentation
41 --------------
42 Documentation by David Greaves, Junio C Hamano and the git-list <git@vger.kernel.org>.
44 GIT
45 ---
46 Part of the link:git.html[git] suite