switch (c) {
case '$':
+ case '\\':
+ case '`':
putchar('\\');
break;
case 0 ... 31:
printf("echo $commit > .git/refs/heads/'%s'\n", dst_branch);
+ printf("echo 'Committed (to %s):' ; cat .cmitmsg; echo\n", dst_branch);
+
*date = 0;
*author = 0;
*branch = 0;