Re: [PATCH] bash completion: allow git stash store options completion

2015-01-14 Thread Junio C Hamano
brian m. carlson sand...@crustytoothpaste.net writes: [administrivia: please refrain from using Mail-follow-up-to] For what it's worth, I'll often sketch out a script at the command line before putting it in a file (either because I realize I'll need to do the same thing again or I want to

Re: [PATCH] bash completion: allow git stash store options completion

2015-01-14 Thread brian m. carlson
On Tue, Jan 13, 2015 at 10:40:40AM -0800, Junio C Hamano wrote: Alexander Kuleshov kuleshovm...@gmail.com writes: This patch adds bash completion for git stash 'store' subcommand which apperead at bd514cad (stash: introduce 'git stash store', 18 Jun 2013) Signed-off-by: Alexander Kuleshov

[PATCH] bash completion: allow git stash store options completion

2015-01-13 Thread Alexander Kuleshov
This patch adds bash completion for git stash 'store' subcommand which apperead at bd514cad (stash: introduce 'git stash store', 18 Jun 2013) Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- contrib/completion/git-completion.bash | 5 - 1 file changed, 4 insertions(+), 1

Re: [PATCH] bash completion: allow git stash store options completion

2015-01-13 Thread Junio C Hamano
Alexander Kuleshov kuleshovm...@gmail.com writes: This patch adds bash completion for git stash 'store' subcommand which apperead at bd514cad (stash: introduce 'git stash store', 18 Jun 2013) Signed-off-by: Alexander Kuleshov kuleshovm...@gmail.com --- Hmph. The create and store