summaryrefslogtreecommitdiffstats
path: root/git-config.html
diff options
context:
space:
mode:
Diffstat (limited to 'git-config.html')
-rw-r--r--git-config.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-config.html b/git-config.html
index 4d03f2ce9..ffff83d69 100644
--- a/git-config.html
+++ b/git-config.html
@@ -7681,7 +7681,7 @@ lsrefs.unborn
<p>
May be "advertise" (the default), "allow", or "ignore". If "advertise",
the server will respond to the client sending "unborn" (as described in
- protocol-v2.txt) and will advertise support for this feature during the
+ <a href="gitprotocol-v2.html">gitprotocol-v2(5)</a>) and will advertise support for this feature during the
protocol v2 capability advertisement. "allow" is the same as
"advertise" except that the server will not advertise support for this
feature; this is useful for load-balanced servers that cannot be
@@ -8845,7 +8845,7 @@ pack.writeReverseIndex
<dd>
<p>
When true, git will write a corresponding .rev file (see:
- <a href="../technical/pack-format.html">Documentation/technical/pack-format.txt</a>)
+ <a href="gitformat-pack.html">gitformat-pack(5)</a>)
for each new packfile that it writes in all places except for
<a href="git-fast-import.html">git-fast-import(1)</a> and in the bulk checkin mechanism.
Defaults to false.
@@ -8990,7 +8990,7 @@ protocol.version
</li>
<li>
<p>
-<code>2</code> - <a href="technical/protocol-v2.html">wire protocol version 2</a>.
+<code>2</code> - Wire protocol version 2, see <a href="gitprotocol-v2.html">gitprotocol-v2(5)</a>.
</p>
</li>
</ul></div>