diff options
author | SZEDER Gábor <szeder.dev@gmail.com> | 2019-12-19 16:09:18 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-01-15 14:06:13 -0800 |
commit | 367efd54b34883889068255c370a4b9f079cec2d (patch) | |
tree | 4f5051b456042fa14545f262bc6b75f7ed05aa38 /t/t1009-read-tree-new-index.sh | |
parent | completion: clean up the __git_find_on_cmdline() helper function (diff) | |
download | tgif-367efd54b34883889068255c370a4b9f079cec2d.tar.xz |
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 't/t1009-read-tree-new-index.sh')
0 files changed, 0 insertions, 0 deletions