Re: [PATCH v3 1/4] completion: add 'git history' subcommands
Patrick Steinhardt <[email protected]>
| Newsgroups | org.kernel.vger.git |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 09:05:02PM +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. Yeah, this version is a lot more maintainable. It will have false positives, but I think we shouldn't let perfect be the enemy of good. Patrick