diff options
author | Jiang Xin <worldhello.net@gmail.com> | 2022-09-23 16:50:32 +0800 |
---|---|---|
committer | Jiang Xin <worldhello.net@gmail.com> | 2022-09-23 16:50:32 +0800 |
commit | eb0d7810948e6fd6debf62e842fbaaa6da512bde (patch) | |
tree | c50ca0ac4e4ca80a78e89331a11afe1e527533c0 /Documentation/technical/api-error-handling.txt | |
parent | 82958c3c6dbfd72b61a561f24eadf3c5d7fcd0b4 (diff) | |
parent | 4b79ee4b0cd1130ba8907029cdc5f6a1632aca26 (diff) |
Merge branch 'main' of github.com:git/git
* 'main' of github.com:git/git:
list-objects-filter: initialize sub-filter structs
Git 2.38-rc1
Final batch before -rc1
builtin/diagnose.c: don't translate the two mode values
t/Makefile: remove 'test-results' on 'make clean'
gc: don't translate literal commands
Documentation: clean up various typos in technical docs
Documentation: clean up a few misspelled word typos
version: fix builtin linking & documentation
diagnose: add to command-list.txt
Documentation: add ReviewingGuidelines
commit-graph: Fix missing closedir in expire_commit_graphs
diagnose.c: refactor to safely use 'd_type'
help: fix doubled words in explanation for developer interfaces
api docs: link to html version of api-trace2
docs: fix a few recently broken links
reftable: use a pointer for pq_entry param
Diffstat (limited to 'Documentation/technical/api-error-handling.txt')
-rw-r--r-- | Documentation/technical/api-error-handling.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 --------------------------- |