diff options
| author | Kristoffer Haugsbakk <code@khaugsbakk.name> | 2025-07-01 17:14:32 +0200 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2025-07-01 10:28:48 -0700 |
| commit | c4e9775c60b880f06054c22f98520bdb4f1ba38e (patch) | |
| tree | b3a691678ef6f6f25d1ad6e87f3d730226b34ab0 /Documentation | |
| parent | config: use --value instead of value-pattern (diff) | |
| download | git-c4e9775c60b880f06054c22f98520bdb4f1ba38e.tar.gz git-c4e9775c60b880f06054c22f98520bdb4f1ba38e.zip | |
config: mention --url in the synopsis
4e513890008 (builtin/config: introduce "get" subcommand, 2024-05-06)
introduced `get` and `--url` but didn’t add `--url` to the synopsis.
Acked-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Kristoffer Haugsbakk <code@khaugsbakk.name>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
| -rw-r--r-- | Documentation/git-config.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-config.adoc b/Documentation/git-config.adoc index 9d8f9bb04e..511b2e26bf 100644 --- a/Documentation/git-config.adoc +++ b/Documentation/git-config.adoc @@ -10,7 +10,7 @@ SYNOPSIS -------- [verse] 'git config list' [<file-option>] [<display-option>] [--includes] -'git config get' [<file-option>] [<display-option>] [--includes] [--all] [--regexp] [--value=<pattern>] [--fixed-value] [--default=<default>] <name> +'git config get' [<file-option>] [<display-option>] [--includes] [--all] [--regexp] [--value=<pattern>] [--fixed-value] [--default=<default>] [--url=<url>] <name> 'git config set' [<file-option>] [--type=<type>] [--all] [--value=<pattern>] [--fixed-value] <name> <value> 'git config unset' [<file-option>] [--all] [--value=<pattern>] [--fixed-value] <name> 'git config rename-section' [<file-option>] <old-name> <new-name> |
