--- oslo-series-v2/v2-0016-Fix-backslash-handling-when-creating-names-of-imp.patch +++ oslo-series-v3/v3-0016-Fix-backslash-handling-when-creating-names-of-imp.patch @@ -1,12 +1,12 @@ -From 93ad9d893e8dad9b78bd2beea2ca6660a19fdf55 Mon Sep 17 00:00:00 2001 +From 82150ccbc23f927d14f74fccc95a062ebc07290f Mon Sep 17 00:00:00 2001 From: Per Cederqvist -Date: Tue, 13 May 2014 21:03:57 +0200 -Subject: [GUILT v2 16/29] Fix backslash handling when creating names of +Date: Fri, 16 May 2014 11:53:29 +0200 +Subject: [GUILT v3 16/31] Fix backslash handling when creating names of imported patches. To: Jeff Sipek Cc: git@vger.kernel.org -The 'echo %s' construct sometimes processes escape sequences. (This +The 'echo $s' construct sometimes processes escape sequences. (This happens, for instance, under Ubuntu 14.04 when /bin/sh is actually dash.) We don't want that to happen when we are importing commits, so use 'printf %s "$s"' instead. @@ -15,6 +15,7 @@ not portable; it is not supported by dash.) Signed-off-by: Per Cederqvist +Signed-off-by: Josef 'Jeff' Sipek --- guilt-import-commit | 2 +- regression/t-034.out | 14 +++++++-------