Re: [PATCH] guilt: fix date parsing

2013-05-22 Thread Josef 'Jeff' Sipek
On Wed, May 22, 2013 at 08:10:10AM -0400, Theodore Ts'o wrote: > On Tue, May 21, 2013 at 11:39:21PM -0400, Josef 'Jeff' Sipek wrote: > > I applied this one and the "guilt: skip empty line after..." patch. > > Thanks! BTW, it looks like you are not using "git am -s" to apply > these patches? The

Re: [PATCH] guilt: fix date parsing

2013-05-22 Thread Theodore Ts'o
On Tue, May 21, 2013 at 11:39:21PM -0400, Josef 'Jeff' Sipek wrote: > I applied this one and the "guilt: skip empty line after..." patch. Thanks! BTW, it looks like you are not using "git am -s" to apply these patches? The reason why I ask is that whatever you're using isn't removing the [XXX] s

Re: [PATCH] guilt: fix date parsing

2013-05-21 Thread Josef 'Jeff' Sipek
I applied this one and the "guilt: skip empty line after..." patch. Jeff. On Tue, May 21, 2013 at 11:13:31PM -0400, Theodore Ts'o wrote: > If the date field has a space in it, such as: > >Date: Tue, 14 May 2013 18:37:15 +0200 > > previously guilt would go belly up: > >+ export GIT_AUTH

[PATCH] guilt: fix date parsing

2013-05-21 Thread Theodore Ts'o
If the date field has a space in it, such as: Date: Tue, 14 May 2013 18:37:15 +0200 previously guilt would go belly up: + export GIT_AUTHOR_DATE=Tue, 14 May 2013 18:37:15 +0200 /usr/local/bin/guilt: 571: export: 14: bad variable name Fix this. Signed-off-by: "Theodore Ts'o" --- guil