summaryrefslogtreecommitdiff
path: root/contrib/completion/git-completion.tcsh
diff options
context:
space:
mode:
authorSZEDER Gábor <szeder.dev@gmail.com>2019-12-19 15:09:18 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-01-15 22:06:13 (GMT)
commit367efd54b34883889068255c370a4b9f079cec2d (patch)
tree4f5051b456042fa14545f262bc6b75f7ed05aa38 /contrib/completion/git-completion.tcsh
parentd447fe2bfe68840cb127fbbc9fc3a53faab2124b (diff)
downloadgit-367efd54b34883889068255c370a4b9f079cec2d.zip
git-367efd54b34883889068255c370a4b9f079cec2d.tar.gz
git-367efd54b34883889068255c370a4b9f079cec2d.tar.bz2
completion: return the index of found word from __git_find_on_cmdline()
When using the __git_find_on_cmdline() helper function so far we've only been interested in which one of a set of words appear on the command line. To complete options for some of 'git worktree's subcommands in the following patches we'll need not only that, but the index of that word on the command line as well. Extend __git_find_on_cmdline() to optionally show the index of the found word on the command line (IOW in the $words array) when the '--show-idx' option is given. Signed-off-by: SZEDER Gábor <szeder.dev@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/completion/git-completion.tcsh')
0 files changed, 0 insertions, 0 deletions