Home Explore Blog CI



git

Documentation/config/completion.adoc
978f5fea20867d075557bae269d521c1f09ecfedbb9646e90000000300000153
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.

Chunks
992befbd (1st chunk of `Documentation/config/completion.adoc`)
Title: Git Completion Commands
Summary
The completion.commands variable is used to customize the list of commands that are completed by git-completion.bash, allowing users to add or remove commands as needed.