We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_completion_exists()
1 parent 6fcc91a commit fa6d726Copy full SHA for fa6d726
completion/available/git.completion.bash
@@ -6,7 +6,7 @@
6
_command_exists git || return
7
8
# Don't handle completion if it's already managed
9
-if complete -p git &> /dev/null; then
+if _completion_exists git; then
10
_log_warning "completion already loaded - this usually means it is safe to stop using this completion"
11
return 0
12
fi
0 commit comments