diff options
author | David Cantrell <david@cantrell.org.uk> | 2022-03-15 22:13:57 +0000 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-03-15 17:21:22 -0700 |
commit | 841fd28ce215ffeea4a291e7be533545c641396a (patch) | |
tree | ec832d1c60bec25c97df62561ac6c07c74ea60e5 /http-push.c | |
parent | The eleventh batch (diff) | |
download | tgif-841fd28ce215ffeea4a291e7be533545c641396a.tar.xz |
completion: tab completion of filenames for 'git restore'
If no --args are present after 'git restore', it assumes that you
want to tab-complete one of the files with unstaged uncommitted
changes.
If a file has been staged, we don't want to list it, as restoring those
requires a slightly more complex `git restore --staged`, so we only list
those files that are --modified. While --committable also looks like
a good candidate, that includes changes that have been staged.
Signed-off-by: David Cantrell <david@cantrell.org.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http-push.c')
0 files changed, 0 insertions, 0 deletions