MinimalistGit

Project to automate creating git repos on a minimal 'git daemon' server.
Log | Files | Refs | README | LICENSE

commit 40c39a9887912af1fece9835e04de63364c86ab6
parent c82f63b72e522d9ca82c31405d3e28436be5fa7c
Author: Tyler Clark <tyler.clark@foxide.xyz>
Date:   Sun,  9 Feb 2025 21:47:07 -0500

Updating task list in README

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

diff --git a/README.md b/README.md @@ -13,3 +13,13 @@ This project has only has a few requirements to get up and running, the primary The web server and Stagit are only required if there is a desire for the Git server to have a web interface. If it will only be used via CLI, then there is no need to install either. + +# Tasks + +- [X] Script for creating new repos (to run on server) +- [ ] Script to delete repos (to run on server) +- [ ] Implement private repos +- [ ] Implement template repos +- [ ] Implement auto generating `LICENSE` files +- [X] `post-receive` hook to generate files on file changes +- [ ] Add an 'issues' page to the repo for known problems