aboutsummaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.bash
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-12-23 11:33:15 +0900
committerJunio C Hamano <gitster@pobox.com>2025-12-23 11:33:15 +0900
commitc77ba76807f30c2d69febbe8ad1f6b03ba4314f1 (patch)
tree92138995a22469baf2afe1f9beaf8ac2b1d2b1b1 /contrib/completion/git-completion.bash
parent00bf98b16e3dfaf0e980954a3add41818e4bb0c3 (diff)
parentdc8a00fafef0608c27cdf47cd8a8de0d31dc2197 (diff)
downloadgit-c77ba76807f30c2d69febbe8ad1f6b03ba4314f1.tar.xz
Merge branch 'jc/completion-no-single-letter-options'
In-code comment update to clarify that single-letter options are outside of the scope of command line completion script. * jc/completion-no-single-letter-options: completion: clarify support for short options and arguments
Diffstat (limited to 'contrib/completion/git-completion.bash')
-rw-r--r--contrib/completion/git-completion.bash3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 73abea31b4..538dff1ee5 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash
@@ -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:
#