https://github.com/git/git
Raw File
Tip revision: ae3196a5ea84a9e88991d576020cf66512487088 authored by Junio C Hamano on 19 April 2024, 16:11:41 UTC
Git 2.45-rc0
Tip revision: ae3196a
completion.txt
completion.commands::
	This is only used by git-completion.bash to add or remove
	commands from the list of completed commands. Normally only
	porcelain commands and a few select others are completed. You
	can add more commands, separated by space, in this
	variable. Prefixing the command with '-' will remove it from
	the existing list.
back to top