diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -169,6 +169,7 @@ ssh git_push info # gitolite access check gitctl sections list gitctl sections add "Generic Projects" gitctl repo create publisher --section SlackBuilds --desc "..." +gitctl repo list gitctl repo desc publisher "a new description" gitctl repo add-remote publisher --remote-name origin gitctl sync @@ -185,6 +186,10 @@ git push -u origin master - `repo create` shows the gitolite.conf diff and asks before committing. On decline it reverts the conf edit, leaving a clean tree. +- `repo list` lists every bare repo on disk, not just the cgit-exposed ones, so + private repos show too. A `VIS` column marks each `PUB` (present in cgitrc) or + `PRIV`; on a terminal public rows are green and private dim. The description + comes from each repo's `description` file, truncated to 60 chars. - `--desc` never writes cgit `repo.desc=` directly. It writes the bare repo's `description` file and runs sync, the single writer. - Every operation is idempotent and safe to re-run. |
