This commit is contained in:
Jabberwocky238
2026-07-17 05:55:31 -04:00
parent 67c07b3bcf
commit 68cda1972c
19 changed files with 897 additions and 897 deletions
+10 -10
View File
@@ -1,13 +1,13 @@
// simplegit is the single entry point for the simplegit git-hosting server and
// its management TUI. The two used to be separate binaries (cmd/daemon and
// cmd/gitctl); they are now subcommands of one binary.
//
// simplegit daemon run the git hosting server (HTTP + SSH + manage)
// simplegit ctl run the gitctl TUI against the manage port
// simplegit (no args, or any other subcommand) print help
//
// Each subcommand owns its own flag set, so flags are parsed after the
// subcommand is selected: `simplegit daemon -skip-auth`, `simplegit ctl -manage ...`.
package main
import (