diff options
author | Runxi Yu <me@runxiyu.org> | 2025-02-11 16:35:26 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-02-11 16:35:26 +0800 |
commit | af0b336cdf9e7cd81e706758d8a74623f4e33140 (patch) | |
tree | 77b99bb909c02b63b8bea852bff9c334434663d1 /handle_repo_log.go | |
parent | _{head,footer}.html: Add underscore to indicate that it's partial (diff) | |
download | forge-af0b336cdf9e7cd81e706758d8a74623f4e33140.tar.gz forge-af0b336cdf9e7cd81e706758d8a74623f4e33140.tar.zst forge-af0b336cdf9e7cd81e706758d8a74623f4e33140.zip |
repo_index: Link to repo log
Diffstat (limited to '')
-rw-r--r-- | handle_repo_log.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/handle_repo_log.go b/handle_repo_log.go index 88b1f06..6a2d8bb 100644 --- a/handle_repo_log.go +++ b/handle_repo_log.go @@ -6,6 +6,7 @@ import ( "github.com/go-git/go-git/v5/plumbing" ) +// TODO: I probably shouldn't include *all* commitsh here... func handle_repo_log(w http.ResponseWriter, r *http.Request) { data := make(map[string]any) // TODO: Sanitize path values |