caddy-git-server

Provides a git_server caddy module for serving git repositories.

  • Add untracked changes

    Rex McKinnon <[email protected]>

    2024-05-05 19:28:07

  • Changed to sorting commits by unix timestamp. This fixes issues with formatted date strings not sorting correctly.

    Rex McKinnon <[email protected]>

    2022-12-12 19:25:12

  • Commit log and tree listing now correctly sorted. Commits are sorted by date descending, and trees are sorted alphabetically.

    Rex McKinnon <[email protected]>

    2022-12-12 19:16:24

  • Added blob viewer, extended tree page.

    Rex McKinnon <[email protected]>

    2022-12-12 09:08:11

  • Added ability to browse refs other than HEAD. Specify a branch with the 'branch' query. Specify a tag with the 'tag' query. Specify any ref with the 'ref' query.

    Rex McKinnon <[email protected]>

    2022-12-12 07:37:46

  • Log and Tree browse pages updated. Both pages were formatted and now display correct information. Css was generated with tailwindcss cli and embedded in the base template.

    Rex McKinnon <[email protected]>

    2022-12-12 05:13:19

  • Spruced up the browse page. Split pages into different templates all embedded in the base template.

    Rex McKinnon <[email protected]>

    2022-12-06 22:27:59

  • Added license: University of Illinois/NCSA Open Source License

    Rex McKinnon <[email protected]>

    2022-11-20 07:02:29

  • Initial commit: Working POC

    Rex McKinnon <[email protected]>

    2022-11-20 06:47:01