shithub: git9

Download patch

ref: 757f624b72bda1600ccb82b5d12e0b6091c8e07b
parent: 81329fc7bffdc8441435b958b1cb61e70374ee3f
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Dec 6 13:42:00 EST 2019

pass file list to git/walk, for faster importing.

--- a/import
+++ b/import
@@ -77,7 +77,7 @@
 			if not
 				git/add -r $f
 		}
-		git/walk -fRMA
+		git/walk -fRMA $files
 		hash=`{git/save -n $name -e $email -m $msg -d $date $parents $files}
 		echo $hash > $refpath
 	'