ref: 72000ca276cc993a2f6924da9e321bfea91ac92e
parent: 24c6bf14ccc9292cd735b7427422a2e6b309c07b
author: Ori Bernstein <ori@eigenstate.org>
date: Tue Mar 24 00:37:56 EDT 2020
remove debug print
--- a/push
+++ b/push
@@ -50,7 +50,6 @@
if(~ $#branch 0)
die 'no branches'
updates=`$nl{git/send $force $branch $remove $remote || die $status}
-echo $updates
for(ln in $updates){
u=`{echo $ln}
refpath=`{echo $u(2) | sed 's@^refs/heads/@.git/refs/remotes/'$upstream'/@g'}