Merge branch 'au/complete-restore-s'
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:09 +0000 (12:49 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Oct 2020 19:49:09 +0000 (12:49 -0700)
commit741f1f813171f6234c5269c9bd59e6a71ef4ab40
tree3cdc254ba9d86bae2b70a5af20575bff4b7ea5dd
parent03b0198e304a18dcc83febefd58e30ab1f0aac1e
parent0bc18daa2f5d05b1b77293aef391008e07076d02
Merge branch 'au/complete-restore-s'

The command line completion (in contrib/) learned that "git restore
-s <TAB>" is often followed by a refname.

* au/complete-restore-s:
  completion: complete refs after 'git restore -s'
  completion: use "prev" variable instead of introducing "prevword"