Re: [GUILT 20/28] "guilt graph": Handle patch names containing quotes.

2014-05-08 Thread Per Cederqvist
On Tue, May 6, 2014 at 10:24 PM, Jeff Sipek wrote: > On Fri, Mar 21, 2014 at 03:57:37AM -0400, Eric Sunshine wrote: >> On Fri, Mar 21, 2014 at 3:31 AM, Per Cederqvist wrote: >> > Quote quotes with a backslash in the "guitl graph" output. Otherwise, >> >> s/guitl/guilt/ > > Yep. Oups. Will fix.

Re: [GUILT 20/28] "guilt graph": Handle patch names containing quotes.

2014-05-06 Thread Jeff Sipek
On Fri, Mar 21, 2014 at 03:57:37AM -0400, Eric Sunshine wrote: > On Fri, Mar 21, 2014 at 3:31 AM, Per Cederqvist wrote: > > Quote quotes with a backslash in the "guitl graph" output. Otherwise, > > s/guitl/guilt/ Yep. > > the "dot" file could contain syntax errors. > > > > Added a test case. >

Re: [GUILT 20/28] "guilt graph": Handle patch names containing quotes.

2014-03-21 Thread Eric Sunshine
On Fri, Mar 21, 2014 at 3:31 AM, Per Cederqvist wrote: > Quote quotes with a backslash in the "guitl graph" output. Otherwise, s/guitl/guilt/ > the "dot" file could contain syntax errors. > > Added a test case. > --- > guilt-graph | 2 ++ > regression/t-033.out | 22 +

[GUILT 20/28] "guilt graph": Handle patch names containing quotes.

2014-03-21 Thread Per Cederqvist
Quote quotes with a backslash in the "guitl graph" output. Otherwise, the "dot" file could contain syntax errors. Added a test case. --- guilt-graph | 2 ++ regression/t-033.out | 22 ++ regression/t-033.sh | 9 + 3 files changed, 33 insertions(+) diff --