shithub: git9

Download patch

ref: 9f2915dcd3abfde96228941ad74bdccad2455418
parent: e0d20650711813366f00e5465bac07bcd3614181
author: Michael Forney <mforney@mforney.org>
date: Thu Jan 14 05:43:20 EST 2021

git/import: escape quotes in status assignment

--- a/import
+++ b/import
@@ -82,7 +82,7 @@
 			hash=`{git/save -n $name -e $email -m $msg -d $date $parents $files}
 			echo $hash > $refpath
 		}
-		status=''
+		status=''''
 	'
 }