diff options
| author | Junio C Hamano <gitster@pobox.com> | 2024-09-13 15:26:51 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2024-09-13 15:26:51 -0700 |
| commit | 118c74d143ec5d05ca16756bea4ed2ba2a7ad1e9 (patch) | |
| tree | bc8c1753047261ecc4e05b94859ddf780ba36cef | |
| parent | Merge branch 'jc/coding-style-c-operator-with-spaces' into maint-2.46 (diff) | |
| parent | doc: replace 3 dash with correct 2 dash in git-config(1) (diff) | |
| download | git-118c74d143ec5d05ca16756bea4ed2ba2a7ad1e9.tar.gz git-118c74d143ec5d05ca16756bea4ed2ba2a7ad1e9.zip | |
Merge branch 'cl/config-regexp-docfix' into maint-2.46
Docfix.
* cl/config-regexp-docfix:
doc: replace 3 dash with correct 2 dash in git-config(1)
| -rw-r--r-- | Documentation/git-config.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt index 65c645d461..79360328aa 100644 --- a/Documentation/git-config.txt +++ b/Documentation/git-config.txt @@ -130,7 +130,7 @@ OPTIONS --all:: With `get`, return all values for a multi-valued key. ----regexp:: +--regexp:: With `get`, interpret the name as a regular expression. Regular expression matching is currently case-sensitive and done against a canonicalized version of the key in which section and variable names |
