Watch
1
0
Fork
You've already forked RedFlag
0

upstream: use the public clone url in the example

The GitTags adapter listed an internal forge among its three example remotes; the public one demonstrates the same arbitrary-remote shape without naming private infrastructure.
This commit is contained in:
Fimeg 2026-09-03 18:54:51 -04:00
commit 4d9e083715

View file

@ -18,7 +18,7 @@ import (
// source_ref shape: a clone URL — anything go-git can resolve. Examples:
// - https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
// - https://git.savannah.gnu.org/git/coreutils.git
// - http://10.10.20.120:4455/Fimeg/RedFlag.git
// - https://forge.caseytunturi.com/Fimeg/RedFlag.git
//
// Auth: anonymous. For private repos, prefer the dedicated github/gitea/
// gitlab/bitbucket adapters which honor their respective token env vars.