completion: support restore
commit75f4c7c1eb06cdf6eae1339bbac02dfb620acc11
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Thu, 25 Apr 2019 09:45:56 +0000 (25 16:45 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2019 04:04:48 +0000 (7 13:04 +0900)
treefbc8c3298f3c2df1030d781950777277c85a2b37
parent4df3ec6324ba78b9b28ce1ecb872594dd1bffa1c
completion: support restore

Completion for restore is straightforward. We could still do better
though by giving the list of just tracked files instead of all present
ones. But let's leave it for later.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/completion/git-completion.bash