]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/cmd/git/pull
git: better handling of absolute paths, regex metachars
[plan9front.git] / sys / src / cmd / git / pull
index 4dd7fe94ef70e533191e7ef9056154979c3264e7..189323f9753f886a904e845c9eec4b9c5595054e 100755 (executable)
@@ -75,8 +75,8 @@ if(! ~ `{git/query HEAD $remote @} `{git/query HEAD}){
 # The remote is directly ahead of the local, and we have
 # no local commits that need merging.
 if(~ $#quiet 0)
-       git/log -s -e $local'..'$remote >[1=2]
+       git/log -s -e $local'..'$remote
 echo
-echo $remote':' `{git/query $local} '=>' `{git/query $remote}  >[1=2]
+echo $remote':' `{git/query $local} '=>' `{git/query $remote}
 git/branch -mnb $remote $local
 exit ''