Re: [PATCH v3 0/4] completion: add support for 'git history'
From: Patrick Steinhardt <hidden> Date: 2026-08-19 11:13:40
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