git: 9front

Download patch

ref: cd506e87c773bb2c163ed5a668fe504dbd41cf73
parent: 9fdeda9f86c03dc5662fe7c1b00e15c2d83ecec1
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jan 15 16:47:49 EST 2023

git(1): update example to work with today's github

--- a/sys/man/1/git
+++ b/sys/man/1/git
@@ -622,7 +622,7 @@
 To clone an existing repository from a git server, run:
 .PP
 .EX
-git/clone git://github.com/Harvey-OS/harvey
+git/clone https://github.com/Harvey-OS/harvey
 cd harvey
 # edit files
 git/commit foo.c
--