shithub: git9

Download patch

ref: 70c03a4398217738b9328289cd76490f1807ef39
parent: 21a6dd7ff185da440b841f7fc85ba49e7f0ae8fc
author: Ori Bernstein <ori@eigenstate.org>
date: Sun May 30 22:16:56 EDT 2021

git/branch: ...all the debug prints

--- a/branch
+++ b/branch
@@ -66,10 +66,8 @@
 basedir=`{git/query -p $base}
 dirtypaths=()
 cleanpaths=($modified $deleted)
-if(! ~ $#modified 0 || ! ~ $#deleted 0){
-	echo WUT
+if(! ~ $#modified 0 || ! ~ $#deleted 0)
 	dirtypaths=`$nl{git/walk -cfRMA $modified $deleted}
-}
 if(! ~ $#dirtypaths 0){
 	x=$nl^$cleanpaths
 	y=$nl^$dirtypaths