Jacob Keller <jacob.keller@xxxxxxxxx> writes: > On Wed, Jun 10, 2020 at 4:40 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: >> * jk/complete-git-switch (2020-05-28) 16 commits >> - completion: improve handling of --orphan option of switch/checkout >> - completion: improve handling of -c/-C and -b/-B in switch/checkout >> - completion: improve handling of --track in switch/checkout >> - completion: improve handling of --detach in checkout >> - completion: improve completion for git switch with no options >> - completion: improve handling of DWIM mode for switch/checkout >> - completion: perform DWIM logic directly in __git_complete_refs >> - completion: extract function __git_dwim_remote_heads >> - completion: replace overloaded track term for __git_complete_refs >> - completion: add tests showing subpar switch/checkout --orphan logic >> - completion: add tests showing subpar -c/C argument completion >> - completion: add tests showing subpar -c/-C startpoint completion >> - completion: add tests showing subpar switch/checkout --track logic >> - completion: add tests showing subar checkout --detach logic >> - completion: add tests showing subpar DWIM logic for switch/checkout >> - completion: add test showing subpar git switch completion >> >> The command line completion (in contrib/) learned to complete >> options that the "git switch" command takes. >> >> Is this ready? >> > > I don't think anyone besides you has reviewed this, and no one has > commented on the most recent round. I believe this is ready, and in my > day-to-day experience while using this has greatly improved. However, > given that no one else has reviewed it... > > Based on a quick blame it looks like some of the most recent > contributors who might be good persons to review this include SZEDER, > Nguyễn Thái Ngọc Duy, and Jonathan Nieder. Alright. Unless I hear otherwise by a few days, I'll plan to merge this topic to 'next'. Thanks.