Re: [PATCH v1 10/11] completion: support restore

2019-03-11 Thread Elijah Newren
// CC'ing Thomas since this touches on a thread elsewhere about the glossary On Mon, Mar 11, 2019 at 8:40 AM Duy Nguyen wrote: > > On Mon, Mar 11, 2019 at 10:22 PM Duy Nguyen wrote: > > > > On Sun, Mar 10, 2019 at 2:17 AM Elijah Newren wrote: > > > > > > On Fri, Mar 8, 2019 at 2:17 AM Nguyễn Th

Re: [PATCH v1 10/11] completion: support restore

2019-03-11 Thread Duy Nguyen
On Mon, Mar 11, 2019 at 10:22 PM Duy Nguyen wrote: > > On Sun, Mar 10, 2019 at 2:17 AM Elijah Newren wrote: > > > > On Fri, Mar 8, 2019 at 2:17 AM Nguyễn Thái Ngọc Duy > > wrote: > > > > > > Completion for restore is straightforward. We could still do better > > > though by give the list of jus

Re: [PATCH v1 10/11] completion: support restore

2019-03-11 Thread Duy Nguyen
On Sun, Mar 10, 2019 at 2:17 AM Elijah Newren wrote: > > On Fri, Mar 8, 2019 at 2:17 AM Nguyễn Thái Ngọc Duy wrote: > > > > Completion for restore is straightforward. We could still do better > > though by give the list of just tracked files instead of all present > > ones. But let's leave it for

Re: [PATCH v1 10/11] completion: support restore

2019-03-09 Thread Elijah Newren
On Fri, Mar 8, 2019 at 2:17 AM Nguyễn Thái Ngọc Duy wrote: > > Completion for restore is straightforward. We could still do better > though by give the list of just tracked files instead of all present > ones. But let's leave it for later. s/give/giving/ I'm slightly worried that due to using --

[PATCH v1 10/11] completion: support restore

2019-03-08 Thread Nguyễn Thái Ngọc Duy
Completion for restore is straightforward. We could still do better though by give 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 --- contrib/completion/git-completion.bash | 15 +++ 1 file changed, 15 ins