shithub: gitonline

Download patch

ref: 338a7273ed225136c80055da12b10c1d2b22660c
parent: 97afb25b39538a6573756dd9721ad3e14f66c400
author: glenda <glenda@9front.local>
date: Sun Nov 29 15:43:16 EST 2020

Also print README.md

--- a/gitonline.rc
+++ b/gitonline.rc
@@ -120,6 +120,9 @@
 	if (test -f $repo/README) {
 		readme $repo/README
 	}
+	if not if(test -f $repo/README.md) {
+		readme $repo/README.md
+	}
 	if not if(test -f $repo/.git/README) {
 		readme $repo/.git/README
 	}