Re: [PATCH] git-completion.bash: Add completion for stash list

2018-10-10 Thread steve
On 2018-10-07 2:08 am, Junio C Hamano wrote: Steve writes: Since stash list accepts git-log options, add the following useful options that make sense in the context of the `git stash list` command: --name-status --oneline --patch-with-stat Signed-off-by: Steven Fernandez --- This is my

Re: [PATCH] git-completion.bash: Add completion for stash list

2018-10-06 Thread Junio C Hamano
Steve writes: > Since stash list accepts git-log options, add the following useful > options that make sense in the context of the `git stash list` command: > > --name-status --oneline --patch-with-stat > > Signed-off-by: Steven Fernandez > --- > > This is my first patch to the project so plea

[PATCH] git-completion.bash: Add completion for stash list

2018-09-27 Thread Steve
Since stash list accepts git-log options, add the following useful options that make sense in the context of the `git stash list` command: --name-status --oneline --patch-with-stat Signed-off-by: Steven Fernandez --- This is my first patch to the project so please be excuse any process erro

[PATCH] git-completion.bash: Add completion for stash list

2018-09-27 Thread Steve
Since stash list accepts git-log options, add the following useful options that make sense in the context of the `git stash list` command: --name-status --oneline --patch-with-stat Signed-off-by: Steven Fernandez --- This is my first patch to the project so please be excuse any process errors