1
- ifndef::git-pull[]
2
- -q::
3
- --quiet::
4
- Pass --quiet to git-fetch-pack and silence any other internally
5
- used git commands.
6
-
7
- -v::
8
- --verbose::
9
- Be verbose.
10
- endif::git-pull[]
11
-
12
1
-a::
13
2
--append::
14
3
Append ref names and object names of fetched refs to the
15
4
existing contents of `.git/FETCH_HEAD`. Without this
16
5
option old data in `.git/FETCH_HEAD` will be overwritten.
17
6
18
- --upload-pack <upload-pack>::
19
- When given, and the repository to fetch from is handled
20
- by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
21
- the command to specify non-default path for the command
22
- run on the other end.
7
+ --depth=<depth>::
8
+ Deepen the history of a 'shallow' repository created by
9
+ `git clone` with `--depth=<depth>` option (see linkgit:git-clone[1])
10
+ by the specified number of commits.
23
11
24
12
-f::
25
13
--force::
@@ -29,6 +17,10 @@ endif::git-pull[]
29
17
fetches is a descendant of `<lbranch>`. This option
30
18
overrides that check.
31
19
20
+ -k::
21
+ --keep::
22
+ Keep downloaded pack.
23
+
32
24
ifdef::git-pull[]
33
25
--no-tags::
34
26
endif::git-pull[]
@@ -49,10 +41,6 @@ endif::git-pull[]
49
41
flag lets all tags and their associated objects be
50
42
downloaded.
51
43
52
- -k::
53
- --keep::
54
- Keep downloaded pack.
55
-
56
44
-u::
57
45
--update-head-ok::
58
46
By default 'git-fetch' refuses to update the head which
@@ -62,7 +50,19 @@ endif::git-pull[]
62
50
implementing your own Porcelain you are not supposed to
63
51
use it.
64
52
65
- --depth=<depth>::
66
- Deepen the history of a 'shallow' repository created by
67
- `git clone` with `--depth=<depth>` option (see linkgit:git-clone[1])
68
- by the specified number of commits.
53
+ --upload-pack <upload-pack>::
54
+ When given, and the repository to fetch from is handled
55
+ by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
56
+ the command to specify non-default path for the command
57
+ run on the other end.
58
+
59
+ ifndef::git-pull[]
60
+ -q::
61
+ --quiet::
62
+ Pass --quiet to git-fetch-pack and silence any other internally
63
+ used git commands.
64
+
65
+ -v::
66
+ --verbose::
67
+ Be verbose.
68
+ endif::git-pull[]
0 commit comments