Hi Sathish, On Fri, Jul 19, 2013 at 12:31 AM, Sathish Narasimman <sathish.n@xxxxxxxxxxxxxxxxxx> wrote: > passing the special character single quote > > $gatttool -I > [ ][ ][LE]> ' > Segmentation fault (core dumped) > > Checking g_shell_parse_argv fail status(return FALSE on failure), works fine. > > hope the fix to the previous "git am" error is solved "git am" on this patch worked here. But one small note (for future patches; I think there is no need to resend this one as it is easily fixed locally): if you need to put a comment like the above that you don't want to appear on the GIT commit message, you should put it after "---" so it is ignored by "git am". They way I do this is use "git format-patch" to generate a *.patch file, then I edit this file to add the note after the "---" and send the patch using git send-mail <file>.patch. Best Regards, -- Anderson Lizardo Instituto Nokia de Tecnologia - INdT Manaus - Brazil -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html