Adjust number of t5541 "push 2000 tags over http" test, which we skip on aarch64 and ppc64le arches. It was shifted from 36 to 37 by upstream b0c4adcdd7 (remote-curl: send Accept-Language header to server, 2022-07-11). Release notes: https://github.com/git/git/raw/v2.38.0-rc0/Documentation/RelNotes/2.38.0.txt
30 lines
1.2 KiB
Diff
30 lines
1.2 KiB
Diff
From 6e50f870372027b5c8c3e68df3c193384c5f6e59 Mon Sep 17 00:00:00 2001
|
|
From: Todd Zullinger <tmz@pobox.com>
|
|
Date: Fri, 16 Sep 2022 01:15:15 -0400
|
|
Subject: [PATCH] api docs: link to html version of api-trace2
|
|
|
|
In f6d25d7878 (api docs: document that BUG() emits a trace2 error event,
|
|
2021-04-13), a link to the plain text version of api-trace2 was added in
|
|
`technical/api-error-handling.txt`.
|
|
|
|
All of our other `link:`s point to the html versions. Do the same here.
|
|
|
|
Signed-off-by: Todd Zullinger <tmz@pobox.com>
|
|
---
|
|
Documentation/technical/api-error-handling.txt | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Documentation/technical/api-error-handling.txt b/Documentation/technical/api-error-handling.txt
|
|
index 70bf1d3e52..665c4960b4 100644
|
|
--- a/Documentation/technical/api-error-handling.txt
|
|
+++ b/Documentation/technical/api-error-handling.txt
|
|
@@ -46,7 +46,7 @@ parse-options.c.
|
|
returns -1 after reporting the situation to the caller.
|
|
|
|
These reports will be logged via the trace2 facility. See the "error"
|
|
-event in link:api-trace2.txt[trace2 API].
|
|
+event in link:api-trace2.html[trace2 API].
|
|
|
|
Customizable error handlers
|
|
---------------------------
|