aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_commit.go (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-15*.go: ReformatRunxi Yu1-1/+1
2025-02-14reop_commit: Fix immediate newlines after <pre>Runxi Yu1-2/+18
2025-02-14http_handle_*.go: Remove redundant return statementsRunxi Yu1-1/+0
2025-02-14http_*.go: Abstract out render_template for deduplicationRunxi Yu1-5/+2
2025-02-13http_handle_*.go: Fix http.Error callsRunxi Yu1-5/+5
Previously when I was converting the fmt.Fprintln calls into http.Error, there was a mistake in my sed command which caused some of the messages to have double colons. This should fix them.
2025-02-13repo_commit: fake_diff_file_null has zero hashRunxi Yu1-1/+1
2025-02-13http_*.go: Use http.ErrorRunxi Yu1-6/+6
2025-02-13repo_index: Add repo descriptionsRunxi Yu1-1/+2
2025-02-13http_handle_*.go: Use fmt.Fprintln, not w.WriteRunxi Yu1-7/+8
2025-02-13_header.html: Add headerRunxi Yu1-11/+8
2025-02-13*.go: Mass rename files for clarityRunxi Yu1-0/+0
2025-02-12{ssh,global}.go, index.html: Add global data containing ssh fpRunxi Yu1-0/+1
2025-02-12*.go: Use the database for repo info, and fix ssh cloning repoRunxi Yu1-1/+1
2025-02-12*: Migrate to the new path schemeRunxi Yu1-2/+2
2025-02-12repo_commit: Add missing error checkRunxi Yu1-0/+4
2025-02-12repo_commit: Fix format_patch handling of root commitsRunxi Yu1-27/+2
2025-02-12repo_commit: Add TODO to prepend "+"/"-"/" "Runxi Yu1-0/+1
2025-02-12repo_commit: Use /dev/null, not {a,b}/NULL, for empty filesRunxi Yu1-1/+1
2025-02-11repo_commit: ReformatRunxi Yu1-2/+6
2025-02-11repo_commit: Don't crash when viewing the first commitRunxi Yu1-8/+23
2025-02-11repo_commit: Don't crash on null from/to filesRunxi Yu1-0/+28
2025-02-11*.go: ReformatRunxi Yu1-1/+1
2025-02-11*.go: Remove extra TODOsRunxi Yu1-1/+0
2025-02-11repo_commit: Redirect faulty URLsRunxi Yu1-6/+11
2025-02-11repo_commit: Add patch viewRunxi Yu1-2/+16
2025-02-11repo_commit: Properly format patchsetsRunxi Yu1-0/+1
2025-02-11repo_commit: Show chunksRunxi Yu1-5/+17
2025-02-11repo_commit: Add a commit info pageRunxi Yu1-0/+53