Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: gitweb repo metadata #256

Closed
aymanbagabas opened this issue May 3, 2023 · 0 comments · Fixed by #338
Closed

feat: gitweb repo metadata #256

aymanbagabas opened this issue May 3, 2023 · 0 comments · Fixed by #338

Comments

@aymanbagabas
Copy link
Member

gitweb & cgit use git config and files to store repository metadata. for example, the repository description is stored under the GIT_DIR in description. Same goes to category, owner

Additional context
https://git-scm.com/docs/gitweb#_per_repository_gitweb_configuration
https://git.zx2c4.com/cgit/tree/cgitrc.5.txt

aymanbagabas added a commit that referenced this issue Jul 17, 2023
- Store auth'd user in context.
- Write description, owner, and git-daemon-export-ok files.

Fixes: #255
Fixes: #256
aymanbagabas added a commit that referenced this issue Jul 17, 2023
- Store auth'd user in context.
- Write description, owner, and git-daemon-export-ok files.

Fixes: #255
Fixes: #256
aymanbagabas added a commit that referenced this issue Jul 17, 2023
- Store auth'd user in context.
- Write description, owner, and git-daemon-export-ok files.

Fixes: #255
Fixes: #256
aymanbagabas added a commit that referenced this issue Jul 18, 2023
* feat: store repo meta data in repo directory

- Store auth'd user in context.
- Write description, owner, and git-daemon-export-ok files.

Fixes: #255
Fixes: #256

* fix: add tests
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant