Archives are refreshed every 30 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
quilt-dev (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Fri Feb 28 2014 12:37:00 -0500
Threads in reverse chronological order
[
Next Period
]
[Quilt-dev] [PATCH] diff: Workaround bash bug
,
Jean Delvare
,
2014/02/28
[Quilt-dev] [PATCH] Boost the speed of the series, applied and unapplied commands
,
Jean Delvare
,
2014/02/28
Re: [Quilt-dev] [PATCH] Boost the speed of the series, applied and unapplied commands
,
Greg KH
,
2014/02/28
[Quilt-dev] [PATCH v2] push: Check for duplicate patch in series
,
Jean Delvare
,
2014/02/27
[Quilt-dev] [PATCH] push: Check for duplicate patch in series
,
Jean Delvare
,
2014/02/26
Re: [Quilt-dev] [PATCH] push: Check for duplicate patch in series
,
Jean Delvare
,
2014/02/27
[Quilt-dev] [patch] Make it possible to test the bash completion script
,
martin . quinson
,
2014/02/26
[Quilt-dev] [PATCH] Work around GNU patch limitation of patch format
,
Jean Delvare
,
2014/02/25
Re: [Quilt-dev] [PATCH] Work around GNU patch limitation of patch format
,
Andreas Grünbacher
,
2014/02/25
Re: [Quilt-dev] [PATCH] Work around GNU patch limitation of patch format
,
Martin Quinson
,
2014/02/25
Re: [Quilt-dev] [PATCH] Work around GNU patch limitation of patch format
,
Jean Delvare
,
2014/02/25
Re: [Quilt-dev] [PATCH] Work around GNU patch limitation of patch format
,
Jean Delvare
,
2014/02/26
[Quilt-dev] [PATCH] bash_completion: Drop wrapping conditional
,
Jean Delvare
,
2014/02/23
[Quilt-dev] [patch 0/5] Clean up the bash completion script
,
Jean Delvare
,
2014/02/22
[Quilt-dev] [patch 1/5] bash_completion: Delete dead code
,
Jean Delvare
,
2014/02/22
[Quilt-dev] [patch 2/5] bash_completion: Handle spaces in file names
,
Jean Delvare
,
2014/02/22
[Quilt-dev] [patch 3/5] bash_completion: Use _quilt_comfile for diff
,
Jean Delvare
,
2014/02/22
[Quilt-dev] [patch 4/5] bash_completion: Use _quilt_comfile for setup
,
Jean Delvare
,
2014/02/22
[Quilt-dev] [patch 5/5] bash_completion: Drop duplicate functions
,
Jean Delvare
,
2014/02/22
[Quilt-dev] Changes file
,
Jean Delvare
,
2014/02/17
Re: [Quilt-dev] Changes file
,
toganm
,
2014/02/17
Re: [Quilt-dev] Changes file
,
Jean Delvare
,
2014/02/18
Re: [Quilt-dev] Changes file
,
Togan Muftuoglu
,
2014/02/18
Re: [Quilt-dev] Changes file
,
Martin Quinson
,
2014/02/17
[Quilt-dev] [PATCH] bash_completion: Simplify _quilt_comfile
,
Jean Delvare
,
2014/02/12
[Quilt-dev] [PATCH] patchfns: Simplify find_patch_file
,
Jean Delvare
,
2014/02/11
Re: [Quilt-dev] [PATCH] patchfns: Simplify find_patch_file
,
Jean Delvare
,
2014/02/14
[Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Jean Delvare
,
2014/02/11
Re: [Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Andreas Grünbacher
,
2014/02/11
Re: [Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Jean Delvare
,
2014/02/11
Re: [Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Andreas Grünbacher
,
2014/02/11
Re: [Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Jean Delvare
,
2014/02/11
Re: [Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Yasushi SHOJI
,
2014/02/13
Re: [Quilt-dev] [PATCH] files: Return nothing if there are no files
,
Jean Delvare
,
2014/02/13
[Quilt-dev] [PATCH 1/2] patches: Optimize processing of unapplied patches
,
Jean Delvare
,
2014/02/09
[Quilt-dev] [PATCH 2/2] patches: Optimize the multiple files case
,
Jean Delvare
,
2014/02/09
[Quilt-dev] [PATCH 2/2 v2] patches: Optimize the multiple files case
,
Jean Delvare
,
2014/02/13
[Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 1/8] test/run: Delay command line splitting
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 2/8] test/run: Use perl module Text::ParseWords
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 3/8] test/run: Drop support for su and sg
,
Jean Delvare
,
2014/02/02
Re: [Quilt-dev] [patch 3/8] test/run: Drop support for su and sg
,
Andreas Grünbacher
,
2014/02/02
Re: [Quilt-dev] [patch 3/8] test/run: Drop support for su and sg
,
Jean Delvare
,
2014/02/05
[Quilt-dev] [patch 5/8] test/run: Reorder functions
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 6/8] test/run: Declare global variables as such
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 8/8] test/run: Minor performance optimizations
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 4/8] test/run: Massive reindentation
,
Jean Delvare
,
2014/02/02
[Quilt-dev] [patch 7/8] test/run: Fix the condition for using /bin/sh
,
Jean Delvare
,
2014/02/02
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Andreas Grünbacher
,
2014/02/02
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Martin Quinson
,
2014/02/04
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Andreas Grünbacher
,
2014/02/04
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Martin Quinson
,
2014/02/05
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Andreas Grünbacher
,
2014/02/05
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Martin Quinson
,
2014/02/05
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Raphael Hertzog
,
2014/02/05
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Jean Delvare
,
2014/02/05
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Andreas Grünbacher
,
2014/02/05
Re: [Quilt-dev] [patch 0/8] test/run: Cleanups and optimizations
,
Jean Delvare
,
2014/02/05
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc