]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'en/complete-sparse-checkout'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 18:14:52 +0000 (10:14 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Dec 2023 18:14:52 +0000 (10:14 -0800)
Command line completion (in contrib/) learned to complete path
arguments to the "add/set" subcommands of "git sparse-checkout"
better.

* en/complete-sparse-checkout:
  completion: avoid user confusion in non-cone mode
  completion: avoid misleading completions in cone mode
  completion: fix logic for determining whether cone mode is active
  completion: squelch stray errors in sparse-checkout completion


Trivial merge