Re: [PATCH v3 0/4] completion: add support for 'git history'
Patrick Steinhardt <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 09:05:01PM +0200, Vincent Mailhol wrote: > Changes in v3: > > - Ignore the split "<option> <value>" syntax for options that take > arguments. This simplifies revision detection and avoids hard-coding > option names. > - Test that options are not completed before a subcommand. I'm happy with this version and I think it's a good base to build on going forward. Thanks! Patrick