[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH] completion: add patch names to 'quilt mail'
From: |
Wolfram Sang |
Subject: |
[Quilt-dev] [PATCH] completion: add patch names to 'quilt mail' |
Date: |
Tue, 4 Nov 2008 11:50:08 +0100 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
As we can now mail a subset of the series file, this is probably useful.
Signed-off-by: Wolfram Sang <address@hidden>
---
bash_completion | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: quilt/bash_completion
===================================================================
--- quilt.orig/bash_completion
+++ quilt/bash_completion
@@ -226,7 +226,7 @@ _quilt_completion()
esac
;;
mail)
- COMPREPLY=( $( compgen -W "-m --prefix --mbox --send --sender --from
--subject --to --cc --bcc" -- $cur ) )
+ COMPREPLY=( $( compgen -W "-m --prefix --mbox --send --sender --from
--subject --to --cc --bcc $(quilt series)" -- $cur ) )
;;
next|previous)
COMPREPLY=( $( compgen -W "$(quilt series)" -- $cur ) )
--
Dipl.-Ing. Wolfram Sang | http://www.pengutronix.de
Pengutronix - Linux Solutions for Science and Industry
signature.asc
Description: Digital signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Quilt-dev] [PATCH] completion: add patch names to 'quilt mail',
Wolfram Sang <=