shithub: git9

Download patch

ref: 71093e5b397c81607f8062fe15cb5a6158ddb13c
parent: 752836e65a2be1a0c2ac0bc71e3abc9c27b85c72
author: Ori Bernstein <ori@eigenstate.org>
date: Mon Jan 20 18:39:21 EST 2020

clear error if we're reusing: make rc -e happy

--- a/common.rc
+++ b/common.rc
@@ -21,4 +21,6 @@
 	cd $gitroot
 	if(! test -e /mnt/git/ctl || ! grep -s '^repo '$gitroot'$' /mnt/git/ctl)
 		git/fs
+	if not
+		status=''
 }