diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2025-09-02 22:35:46 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-09-02 14:59:33 -0700 |
| commit | bb4a83bb94e9307d9ec9bb87731effa37e58c86a (patch) | |
| tree | 545d8017b1319ead56af761316818e9170b6ab6b /Documentation/fetch-options.adoc | |
| parent | 47243eeed1749662e7c62d879d451a9383a25158 (diff) | |
| download | git-bb4a83bb94e9307d9ec9bb87731effa37e58c86a.tar.xz | |
doc: add missing backtick for inline-verbatim
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/fetch-options.adoc')
| -rw-r--r-- | Documentation/fetch-options.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/fetch-options.adoc b/Documentation/fetch-options.adoc index b01372e4b3..65f7d1e7c7 100644 --- a/Documentation/fetch-options.adoc +++ b/Documentation/fetch-options.adoc @@ -1,7 +1,7 @@ --[no-]all:: Fetch all remotes, except for the ones that has the `remote.<name>.skipFetchAll` configuration variable set. - This overrides the configuration variable fetch.all`. + This overrides the configuration variable `fetch.all`. -a:: --append:: |
