On Mon, Jun 30, 2025 at 09:10:22PM +0200, kristofferhaugsbakk@xxxxxxxxxxxx wrote: > From: Kristoffer Haugsbakk <code@xxxxxxxxxxxxxxx> > > Update git-config(1) according to the ps/config-subcommands series > (fe3ccc7aab (Merge branch 'ps/config-subcommands', 2024-05-15)): > > 1. Document `--show-names` > 2. Document `--value` > 3. Mention `--value` throughout instead of the deprecated > `value-pattern` > 4. Mention `--url` in the synopsis > > Kristoffer Haugsbakk (5): > doc: config: document --[no-]show-names > doc: config: use --value=<pattern> consistently > doc: config: document --[no-]value > doc: config: use --value instead of value-pattern > doc: config: mention --url in the synopsis > > Documentation/git-config.adoc | 28 +++++++++++++++++++++------- > 1 file changed, 21 insertions(+), 7 deletions(-) > > > base-commit: cf6f63ea6bf35173e02e18bdc6a4ba41288acff9 Except for the issues mentioned by Eric and Junio the changes look sensible to me. Thanks for improving these docs! Patrick