]> git.ipfire.org Git - thirdparty/git.git/blame - Documentation/fetch-options.txt
Merge branch 'ea/blame-use-oideq'
[thirdparty/git.git] / Documentation / fetch-options.txt
CommitLineData
9c4a036b
BG
1--all::
2 Fetch all remotes.
3
3240240f
SB
4-a::
5--append::
93d69d86
JL
6 Append ref names and object names of fetched refs to the
7 existing contents of `.git/FETCH_HEAD`. Without this
8 option old data in `.git/FETCH_HEAD` will be overwritten.
9
6b276e19 10--depth=<depth>::
60253a60
SS
11 Limit fetching to the specified number of commits from the tip of
12 each remote branch history. If fetching to a 'shallow' repository
13 created by `git clone` with `--depth=<depth>` option (see
14 linkgit:git-clone[1]), deepen or shorten the history to the specified
15 number of commits. Tags for the deepened commits are not fetched.
2c620a1a 16
cccf74e2
NTND
17--deepen=<depth>::
18 Similar to --depth, except it specifies the number of commits
19 from the current shallow boundary instead of from the tip of
20 each remote branch history.
21
508ea882
NTND
22--shallow-since=<date>::
23 Deepen or shorten the history of a shallow repository to
24 include all reachable commits after <date>.
25
a45a2600
NTND
26--shallow-exclude=<revision>::
27 Deepen or shorten the history of a shallow repository to
28 exclude commits reachable from a specified remote branch or tag.
29 This option can be specified multiple times.
30
4dcb167f 31--unshallow::
79d3a236
NTND
32 If the source repository is complete, convert a shallow
33 repository to a complete one, removing all the limitations
34 imposed by shallow repositories.
35+
36If the source repository is shallow, fetch as much as possible so that
37the current repository has the same history as the source repository.
4dcb167f 38
48d25cae
NTND
39--update-shallow::
40 By default when fetching from a shallow repository,
41 `git fetch` refuses refs that require updating
42 .git/shallow. This option updates .git/shallow and accept such
43 refs.
4dcb167f 44
3390e42a
JT
45--negotiation-tip=<commit|glob>::
46 By default, Git will report, to the server, commits reachable
47 from all local refs to find common commits in an attempt to
48 reduce the size of the to-be-received packfile. If specified,
49 Git will only report commits reachable from the given tips.
50 This is useful to speed up fetches when the user knows which
51 local ref is likely to have commits in common with the
52 upstream ref being fetched.
53+
54This option may be specified more than once; if so, Git will report
55commits reachable from any of the given commits.
56+
57The argument to this option may be a glob on ref names, a ref, or the (possibly
58abbreviated) SHA-1 of a commit. Specifying a glob is equivalent to specifying
59this option multiple times, one for each matching ref name.
52660828
ÆAB
60+
61See also the `fetch.negotiationAlgorithm` configuration variable
62documented in linkgit:git-config[1].
3390e42a 63
28a15401
JS
64--dry-run::
65 Show what would be done, without making any changes.
28a15401 66
887952b8
JH
67ifndef::git-pull[]
68--[no-]write-fetch-head::
69 Write the list of remote refs fetched in the `FETCH_HEAD`
70 file directly under `$GIT_DIR`. This is the default.
71 Passing `--no-write-fetch-head` from the command line tells
72 Git not to write the file. Under `--dry-run` option, the
73 file is never written.
74endif::git-pull[]
75
3240240f
SB
76-f::
77--force::
ae6a4703
ÆAB
78 When 'git fetch' is used with `<src>:<dst>` refspec it may
79 refuse to update the local branch as discussed
80ifdef::git-pull[]
81 in the `<refspec>` part of the linkgit:git-fetch[1]
82 documentation.
83endif::git-pull[]
84ifndef::git-pull[]
85 in the `<refspec>` part below.
86endif::git-pull[]
87 This option overrides that check.
93d69d86 88
6b276e19
JA
89-k::
90--keep::
91 Keep downloaded pack.
92
16679e37
BG
93ifndef::git-pull[]
94--multiple::
95 Allow several <repository> and <group> arguments to be
96 specified. No <refspec>s may be specified.
f360d844 97
c3d6b703
NTND
98--[no-]auto-gc::
99 Run `git gc --auto` at the end to perform garbage collection
100 if needed. This is enabled by default.
101
c14e6e79
JS
102--[no-]write-commit-graph::
103 Write a commit-graph after fetching. This overrides the config
104 setting `fetch.writeCommitGraph`.
9c688735 105endif::git-pull[]
c14e6e79 106
1b79d1c2 107-p::
f360d844 108--prune::
9e70233a 109 Before fetching, remove any remote-tracking references that no
0838bf47
MH
110 longer exist on the remote. Tags are not subject to pruning
111 if they are fetched only because of the default tag
112 auto-following or due to a --tags option. However, if tags
113 are fetched due to an explicit refspec (either on the command
114 line or in the remote configuration, for example if the remote
115 was cloned with the --mirror option), then they are also
97716d21
ÆAB
116 subject to pruning. Supplying `--prune-tags` is a shorthand for
117 providing the tag refspec.
9c688735 118ifndef::git-pull[]
97716d21
ÆAB
119+
120See the PRUNING section below for more details.
121
122-P::
123--prune-tags::
124 Before fetching, remove any local tags that no longer exist on
125 the remote if `--prune` is enabled. This option should be used
126 more carefully, unlike `--prune` it will remove any local
127 references (local tags) that have been created. This option is
128 a shorthand for providing the explicit tag refspec along with
129 `--prune`, see the discussion about that in its documentation.
627a129b
ÆAB
130+
131See the PRUNING section below for more details.
132
16679e37
BG
133endif::git-pull[]
134
10eb64f5 135ifndef::git-pull[]
3240240f 136-n::
10eb64f5 137endif::git-pull[]
01ca90c2 138--no-tags::
10eb64f5
MV
139 By default, tags that point at objects that are downloaded
140 from the remote repository are fetched and stored locally.
ed368546 141 This option disables this automatic tag following. The default
da0005b8 142 behavior for a remote may be specified with the remote.<name>.tagOpt
ed368546 143 setting. See linkgit:git-config[1].
03febf99 144
c5558f80
JH
145--refmap=<refspec>::
146 When fetching refs listed on the command line, use the
147 specified refspec (can be given more than once) to map the
148 refs to remote-tracking branches, instead of the values of
149 `remote.*.fetch` configuration variables for the remote
b40a5026
DS
150 repository. Providing an empty `<refspec>` to the
151 `--refmap` option causes Git to ignore the configured
152 refspecs and rely entirely on the refspecs supplied as
153 command-line arguments. See section on "Configured Remote-tracking
c5558f80
JH
154 Branches" for details.
155
3240240f
SB
156-t::
157--tags::
0838bf47
MH
158 Fetch all tags from the remote (i.e., fetch remote tags
159 `refs/tags/*` into local tags with the same name), in addition
160 to whatever else would otherwise be fetched. Using this
161 option alone does not subject tags to pruning, even if --prune
162 is used (though tags may be pruned anyway if they are also the
bcf9626a 163 destination of an explicit refspec; see `--prune`).
93d69d86 164
9c688735 165ifndef::git-pull[]
8f0700dd
JL
166--recurse-submodules[=yes|on-demand|no]::
167 This option controls if and under what conditions new commits of
168 populated submodules should be fetched too. It can be used as a
169 boolean option to completely disable recursion when set to 'no' or to
170 unconditionally recurse into all populated submodules when set to
171 'yes', which is the default when this option is used without any
172 value. Use 'on-demand' to only recurse into a populated submodule
173 when the superproject retrieves a commit that updates the submodule's
c16c3e40 174 reference to a commit that isn't already in the local submodule
4da9e99e
DR
175 clone. By default, 'on-demand' is used, unless
176 `fetch.recurseSubmodules` is set (see linkgit:git-config[1]).
9c688735 177endif::git-pull[]
8f0700dd 178
62104ba1
SB
179-j::
180--jobs=<n>::
d54dea77
JS
181 Number of parallel children to be used for all forms of fetching.
182+
183If the `--multiple` option was specified, the different remotes will be fetched
184in parallel. If multiple submodules are fetched, they will be fetched in
185parallel. To control them independently, use the config settings
186`fetch.parallel` and `submodule.fetchJobs` (see linkgit:git-config[1]).
187+
188Typically, parallel recursive and multi-remote fetches will be faster. By
189default fetches are performed sequentially, not in parallel.
62104ba1 190
9c688735 191ifndef::git-pull[]
8f0700dd
JL
192--no-recurse-submodules::
193 Disable recursive fetching of submodules (this has the same effect as
bcf9626a 194 using the `--recurse-submodules=no` option).
9c688735 195endif::git-pull[]
7dce19d3 196
24bc1a12 197--set-upstream::
847b3727 198 If the remote is fetched successfully, add upstream
24bc1a12
CB
199 (tracking) reference, used by argument-less
200 linkgit:git-pull[1] and other commands. For more information,
201 see `branch.<name>.merge` and `branch.<name>.remote` in
202 linkgit:git-config[1].
203
9c688735 204ifndef::git-pull[]
7dce19d3
JL
205--submodule-prefix=<path>::
206 Prepend <path> to paths printed in informative messages
207 such as "Fetching submodule foo". This option is used
208 internally when recursing over submodules.
88a21979
JL
209
210--recurse-submodules-default=[yes|on-demand]::
211 This option is used internally to temporarily provide a
212 non-negative default value for the --recurse-submodules
213 option. All other methods of configuring fetch's submodule
214 recursion (such as settings in linkgit:gitmodules[5] and
215 linkgit:git-config[1]) override this option, as does
216 specifying --[no-]recurse-submodules directly.
93d69d86 217
3240240f
SB
218-u::
219--update-head-ok::
0b444cdb 220 By default 'git fetch' refuses to update the head which
93d69d86 221 corresponds to the current branch. This flag disables the
0b444cdb
TR
222 check. This is purely for the internal use for 'git pull'
223 to communicate with 'git fetch', and unless you are
a597fb0e
JH
224 implementing your own Porcelain you are not supposed to
225 use it.
f05558f3 226endif::git-pull[]
03febf99 227
6b276e19
JA
228--upload-pack <upload-pack>::
229 When given, and the repository to fetch from is handled
bcf9626a 230 by 'git fetch-pack', `--exec=<upload-pack>` is passed to
6b276e19
JA
231 the command to specify non-default path for the command
232 run on the other end.
233
234ifndef::git-pull[]
235-q::
236--quiet::
237 Pass --quiet to git-fetch-pack and silence any other internally
9839018e
TRC
238 used git commands. Progress is not reported to the standard error
239 stream.
6b276e19
JA
240
241-v::
242--verbose::
243 Be verbose.
244endif::git-pull[]
9839018e
TRC
245
246--progress::
247 Progress status is reported on the standard error stream
248 by default when it is attached to a terminal, unless -q
249 is specified. This flag forces progress status even if the
250 standard error stream is not directed to a terminal.
c915f11e 251
5e3548ef
BW
252-o <option>::
253--server-option=<option>::
254 Transmit the given string to the server when communicating using
255 protocol version 2. The given string must not contain a NUL or LF
6e983059
JT
256 character. The server's handling of server options, including
257 unknown ones, is server-specific.
5e3548ef
BW
258 When multiple `--server-option=<option>` are given, they are all
259 sent to the other side in the order listed on the command line.
260
cdbd70c4
DS
261--show-forced-updates::
262 By default, git checks if a branch is force-updated during
263 fetch. This can be disabled through fetch.showForcedUpdates, but
264 the --show-forced-updates option guarantees this check occurs.
265 See linkgit:git-config[1].
266
267--no-show-forced-updates::
268 By default, git checks if a branch is force-updated during
269 fetch. Pass --no-show-forced-updates or set fetch.showForcedUpdates
270 to false to skip this check for performance reasons. If used during
271 'git-pull' the --ff-only option will still check for forced updates
272 before attempting a fast-forward update. See linkgit:git-config[1].
273
c915f11e
EW
274-4::
275--ipv4::
276 Use IPv4 addresses only, ignoring IPv6 addresses.
277
278-6::
279--ipv6::
280 Use IPv6 addresses only, ignoring IPv4 addresses.