Skip to content

Commit b526217

Browse files
committed
Merge branch 'jc/completion-no-single-letter-options' into seen
* jc/completion-no-single-letter-options: completion: clarify support for short options and arguments
2 parents 9d296d3 + dc8a00f commit b526217

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contrib/completion/git-completion.bash

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
# *) git email aliases for git-send-email
1414
# *) tree paths within 'ref:path/to/file' expressions
1515
# *) file paths within current working directory and index
16-
# *) common --long-options
16+
# *) common --long-options but not single-letter options
17+
# *) arguments to long and single-letter options
1718
#
1819
# To use these routines:
1920
#

0 commit comments

Comments
 (0)