File tree Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Expand file tree Collapse file tree 5 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -388,8 +388,8 @@ the server as well.
388
388
Session IDs should be unique to a given process. They must fit within a
389
389
packet-line, and must not contain non-printable or whitespace characters. The
390
390
current implementation uses trace2 session IDs (see
391
- link:api-trace2.html[api-trace2] for details), but this may change and users of
392
- the session ID should not rely on this fact.
391
+ link:technical/ api-trace2.html[api-trace2] for details), but this may change
392
+ and users of the session ID should not rely on this fact.
393
393
394
394
GIT
395
395
---
Original file line number Diff line number Diff line change @@ -544,8 +544,8 @@ the server as well.
544
544
Session IDs should be unique to a given process. They must fit within a
545
545
packet-line, and must not contain non-printable or whitespace characters. The
546
546
current implementation uses trace2 session IDs (see
547
- link:api-trace2.html[api-trace2] for details), but this may change and users of
548
- the session ID should not rely on this fact.
547
+ link:technical/ api-trace2.html[api-trace2] for details), but this may change
548
+ and users of the session ID should not rely on this fact.
549
549
550
550
object-info
551
551
~~~~~~~~~~~
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ parse-options.c.
46
46
returns -1 after reporting the situation to the caller.
47
47
48
48
These reports will be logged via the trace2 facility. See the "error"
49
- event in link:api-trace2.txt [trace2 API].
49
+ event in link:api-trace2.html [trace2 API].
50
50
51
51
Customizable error handlers
52
52
---------------------------
Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ Bundle URIs
3
3
4
4
Git bundles are files that store a pack-file along with some extra metadata,
5
5
including a set of refs and a (possibly empty) set of necessary commits. See
6
- linkgit:git-bundle[1] and link:bundle-format.txt[the bundle format] for more
7
- information.
6
+ linkgit:git-bundle[1] and linkgit:gitformat-bundle[5] for more information.
8
7
9
8
Bundle URIs are locations where Git can download one or more bundles in
10
9
order to bootstrap the object database in advance of fetching the remaining
Original file line number Diff line number Diff line change @@ -3133,7 +3133,7 @@ those "loose" objects.
3133
3133
You can save space and make Git faster by moving these loose objects in
3134
3134
to a "pack file", which stores a group of objects in an efficient
3135
3135
compressed format; the details of how pack files are formatted can be
3136
- found in link :gitformat-pack[5].
3136
+ found in linkgit :gitformat-pack[5].
3137
3137
3138
3138
To put the loose objects into a pack, just run git repack:
3139
3139
You can’t perform that action at this time.
0 commit comments