Merge branch 'jc/completion-no-single-letter-options' into jch

In-code comment update to clarify that single-letter options are
outside of the scope of command line completion script.

Comments?

* jc/completion-no-single-letter-options:
  completion: clarify support for short options and arguments
This commit is contained in:
Junio C Hamano
2025-12-12 15:53:08 +09:00

View File

@@ -13,7 +13,8 @@
# *) git email aliases for git-send-email
# *) tree paths within 'ref:path/to/file' expressions
# *) file paths within current working directory and index
# *) common --long-options
# *) common --long-options but not single-letter options
# *) arguments to long and single-letter options
#
# To use these routines:
#