shithub: git9

Download patch

ref: 5577b5b51e56f5d043a9830903b2fb668f8451d1
parent: 53a45f053e40abb04d4d72eff89a3cc79e287b2c
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Apr 30 13:10:16 EDT 2020

Update the status of git9 in the readme.

--- a/README
+++ b/README
@@ -14,8 +14,7 @@
 working with git repositories, without cloning the git interface
 directly.
 
-Git/fs is usable, but not battle tested. It works for me, and covers
-the features I need on a daily basis.
+Git/fs is my daily driver. It's solid, and works well for my needs.
 
 Getting Started
 ---------------
@@ -164,7 +163,6 @@
 	log:	Prints the contents of a commmit log.
 	add:	Tells the repository to add a file to the next commit.
 	walk:	`du`, but for git status.
-
 
 Supported protocols: git:// and git+ssh://. If someone
 implements others, I'll gladly accept patches.