grm

git repo manager for self-hosted git servers
git clone git://sink.krj.st/grm
Log | Files | Refs | README | LICENSE

commit 55fadcb1803cf691184c6effdb7b6409067a3432
parent b8bf3a241a38117804cc92b8e4f28e8f1e809776
Author: krasjet <nil@krj.st>
Date:   Tue, 14 Jul 2020 05:11:44 -0700

readme: add structure for hidden repo

Diffstat:
MREADME.md | 10++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -20,11 +20,17 @@ $GRM_REPOS_ROOT │   ├── branches │   ├── HEAD │   └── ... -└── public-repo.git +├── public-repo.git +│   ├── branches +│   ├── HEAD +│   ├── ... +│   └── git-daemon-export-ok +└── hidden-repo.git ├── branches ├── HEAD    ├── ... - └── git-daemon-export-ok +    ├── git-daemon-export-ok + └── stagit-no-index ``` If you want to have a web interface for your repositories, you should also have