Re: [PATCH v4 00/14] builtin/config: introduce subcommands
From: Dragan Simic <hidden>
Date: 2024-05-03 13:36:52
From: Dragan Simic <hidden>
Date: 2024-05-03 13:36:52
Hello Patrick, On 2024-05-03 11:56, Patrick Steinhardt wrote:
this is the fourth version of my patch series that introduces
subcommands for git-config(1).
Changes compared to v3:
- Rebased on top of d4cc1ec35f (Start the 2.46 cycle, 2024-04-30).
- Implemented support for `git config set --comment`. This switch
has been added since the last version of this patch series.
Here's hoping that there's a bit more interest in this patch series at
the beginning of the release cycle :)FWIW, I find the introduction of the subcommands really great. It makes the way git-config(1) works much more intuitive.