diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-16 13:35:20 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-16 13:37:43 +0800 |
commit | 9bea818e1f600ef353d9cbb1bdc3efe05bcd9c65 (patch) | |
tree | bd9f4b5408e795ecdf730138a5dab9993200f497 | |
parent | README.md: Namespace contrib/, not merge_requests/ (diff) | |
download | forge-9bea818e1f600ef353d9cbb1bdc3efe05bcd9c65.tar.gz forge-9bea818e1f600ef353d9cbb1bdc3efe05bcd9c65.tar.zst forge-9bea818e1f600ef353d9cbb1bdc3efe05bcd9c65.zip |
README.md: Branch informationnative-go-git-transports
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -2,6 +2,13 @@ **Work in progress.** +**Brach information: This branch uses go-git natively for transport operations. +go-git has [bugs](https://github.com/go-git/go-git/issues/647) that prevent it +from being used reliably for transport operations, so the master branch calls +git-{receive,upload}-pack instead. No effort is made to keep this branch +in sync, but in the future when go-git is fixed we may merge things back. +Please note that this branch may receive force pushes.** + Lindenii Forge aims to be an uncomplicated yet featured software forge, primarily designed for self-hosting by small organizations and individuals. |