[PATCH 35/51] completion: bash: improve __gitcomp description
From: Felipe Contreras <hidden>
Date: 2022-08-30 09:34:15
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Felipe Contreras <hidden>
Date: 2022-08-30 09:34:15
Subsystem:
the rest · Maintainer:
Linus Torvalds
It does a lot more than what is stated now. Signed-off-by: Felipe Contreras <redacted> --- contrib/completion/git-completion.bash | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash
index 9e15538f53..6610054e0e 100644
--- a/contrib/completion/git-completion.bash
+++ b/contrib/completion/git-completion.bash@@ -324,8 +324,7 @@ __gitcompadd () done } -# Generates completion reply, appending a space to possible completion words, -# if necessary. +# Creates completion replies, reorganizing options and adding suffixes as needed. # It accepts 1 to 4 arguments: # 1: List of possible completion words. # 2: A prefix to be added to each possible completion word (optional).
--
2.37.2.351.g9bf691b78c.dirty