ref: 8f939a705d3ff09c59da394110bba9c5b4c3393f
parent: ae5e3f530fabd31d72459cd459b0f666cced192a
author: Ori Bernstein <[email protected]>
date: Thu Apr 16 21:48:10 EDT 2020
remove debug print from pull
--- a/pull
+++ b/pull
@@ -16,9 +16,8 @@
url=$3
dir=$4
bflag=()
- if(~ $#branch)
+ if(! ~ $branch '')
bflag=(-b $branch)
- echo git/fetch $branch -u $upstream $url
{git/fetch $bflag -u $upstream $url >[2=3] || die $status} | awk '
/^remote/{
if($2=="HEAD")
@@ -56,7 +55,7 @@
branch=$2
shift
case -a
- branch=()
+ branch=''
case -f
checkout=()
case -i