diff options
| author | Junio C Hamano <gitster@pobox.com> | 2026-02-13 13:39:26 -0800 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-02-13 13:39:26 -0800 |
| commit | 94336d77bcbf4360b67a9454d8bf2e84b3d88ae7 (patch) | |
| tree | 5ba6d815d9d575cc68f451c12e451c12c4e92277 /Documentation/MyFirstContribution.adoc | |
| parent | e10d5fcad046f3fabbad715f12f2d93d00f6ee60 (diff) | |
| parent | c44b3f32033c96c2a28b53561729c6eada01c8c0 (diff) | |
| download | git-94336d77bcbf4360b67a9454d8bf2e84b3d88ae7.tar.xz | |
Merge branch 'sd/doc-my1c-api-config-reference-fix'
Docfix.
* sd/doc-my1c-api-config-reference-fix:
doc: fix repo_config documentation reference
Diffstat (limited to 'Documentation/MyFirstContribution.adoc')
| -rw-r--r-- | Documentation/MyFirstContribution.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/MyFirstContribution.adoc b/Documentation/MyFirstContribution.adoc index 7306edab0f..b9fdefce02 100644 --- a/Documentation/MyFirstContribution.adoc +++ b/Documentation/MyFirstContribution.adoc @@ -352,7 +352,7 @@ function body: apply standard precedence rules. `repo_config_get_string_tmp()` will look up a specific key ("user.name") and give you the value. There are a number of single-key lookup functions like this one; you can see them all (and more info -about how to use `repo_config()`) in `Documentation/technical/api-config.adoc`. +about how to use `repo_config()`) in `config.h`. You should see that the name printed matches the one you see when you run: |
