Re: [PATCH v3 00/13] builtin/config: introduce subcommands
From: Patrick Steinhardt <hidden>
Date: 2024-03-27 09:16:38
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Patrick Steinhardt <hidden>
Date: 2024-03-27 09:16:38
On Wed, Mar 27, 2024 at 04:53:35AM -0400, Eric Sunshine wrote:
On Wed, Mar 27, 2024 at 4:46 AM Patrick Steinhardt [off-list ref] wrote:quoted
this is the third version of my patch series that aims to add subcommands to git-config(1) in a backwards-compatible manner. There's only been a few changes compared to v2 based on Eric's comments: 7: 8ceced0fc5 ! 7: eee1fae50c builtin/config: introduce "get" subcommand -+ With "get", Return all values for a multi-valued key. ++ With `get`, Return all values for a multi-valued key.Better. This fixes the typesetting problem but misses the s/Return/return/ mentioned earlier[1]. [1]: https://lore.kernel.org/git/CAPig+cRwh4HCi=Q01tGJ0WOb59iE18HWSCNxGogcreOz+2w1WA@mail.gmail.com/ (local)
Ah, sorry, I missed that one. Fixed locally, will send out with the inevitable v4 of this patch series. Thanks! Patrick