quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [PATCH] completion: add patch names to 'quilt mail'


From: Wolfram Sang
Subject: Re: [Quilt-dev] [PATCH] completion: add patch names to 'quilt mail'
Date: Wed, 17 Jun 2009 19:08:20 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

On Tue, Nov 04, 2008 at 11:50:08AM +0100, Wolfram Sang wrote:

Ping.

> 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



> _______________________________________________
> Quilt-dev mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/quilt-dev


-- 
Pengutronix e.K.                           | Wolfram Sang                |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-5064 |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

Attachment: signature.asc
Description: Digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]