shithub: git9

Download patch

ref: 6dd8e6371434710d5786eafed458fbb069085807
parent: 6b3d9e0bd72096b1026346b73004c1791527d82f
author: Michael Forney <mforney@mforney.org>
date: Wed Jan 13 22:43:01 EST 2021

git/rebase: fix a couple of typos

--- a/rebase
+++ b/rebase
@@ -32,12 +32,12 @@
 		exec aux/usage
 	src=`{git/branch}
 	dst=`{git/query $1}
-	commits=`{git/query $onto $src @ .. $src}
+	commits=`{git/query $dst $src @ .. $src}
 	## TODO: edit $commits here for -i
 }
 
 git/branch -nb $dst $tmp
-while(! ~ $#commmits 0){
+while(! ~ $#commits 0){
 	c=$commits(1)
 	commits=$commits(2-)
 	if(! git/export $c | git/import){