git: 9front

Download patch

ref: eefed496c103543aaf85dbdadb8c8c03ebb87d28
parent: c320a82783352c0b4de2b9410348cb6207cba03b
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Dec 21 20:19:50 EST 2024

git/pull: fix typo

--- a/sys/src/cmd/git/pull
+++ b/sys/src/cmd/git/pull
@@ -66,7 +66,7 @@
 
 oldcommit=`{git/query $local}
 newcommit=`{git/query $remote}
-echo $remote':' $oldcommit '=>' `$newcommit
+echo $remote':' $oldcommit '=>' $newcommit
 git/branch -mnb $remote $local
 
 # The remote is directly ahead of the local, and we have
--