index
:
forge.git
hare
master
native-go-git-transports
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
http_handle_repo_log.go
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
9 days
repo/*: Use var instead of :=
Runxi Yu
1
-5
/
+10
10 days
Add SPDX license headers to all Go files
Runxi Yu
1
-0
/
+3
2025-02-18
http: Refactor more handler code duplication into the router
Runxi Yu
1
-6
/
+3
2025-02-14
repo_log: Use parameters for refspec
Runxi Yu
1
-7
/
+5
2025-02-14
http_handle_*.go: Remove redundant return statements
Runxi Yu
1
-1
/
+0
2025-02-14
http_*.go: Abstract out render_template for deduplication
Runxi Yu
1
-5
/
+2
2025-02-14
http_*: Refactor to reduce duplication
Runxi Yu
1
-1
/
+1
2025-02-13
http_handle_*.go: Fix http.Error calls
Runxi Yu
1
-4
/
+4
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-13
http_*.go: Use http.Error
Runxi Yu
1
-5
/
+4
2025-02-13
repo_index: Add repo descriptions
Runxi Yu
1
-1
/
+2
2025-02-13
http_handle_*.go: Use fmt.Fprintln, not w.Write
Runxi Yu
1
-4
/
+5
2025-02-13
_header.html: Add header
Runxi Yu
1
-7
/
+4
2025-02-13
*.go: Mass rename files for clarity
Runxi Yu
1
-0
/
+0
2025-02-12
{ssh,global}.go, index.html: Add global data containing ssh fp
Runxi Yu
1
-0
/
+1
2025-02-12
*.go: Use the database for repo info, and fix ssh cloning repo
Runxi Yu
1
-1
/
+1
2025-02-12
*: Migrate to the new path scheme
Runxi Yu
1
-2
/
+2
2025-02-12
render_readme.go: Render plain READMEs too
Runxi Yu
1
-15
/
+2
2025-02-11
*.go: Remove extra TODOs
Runxi Yu
1
-2
/
+1
2025-02-11
repo_index: Link to repo log
Runxi Yu
1
-0
/
+1
2025-02-11
repo_log: Add a log
Runxi Yu
1
-10
/
+11
2025-02-10
*: category -> group
Runxi Yu
1
-3
/
+3
2025-02-10
git_misc: Abstract away get_recent_commits
Runxi Yu
1
-15
/
+2
2025-02-10
git_misc: Abstract git.PlainOpen into open_git_repo
Runxi Yu
1
-2
/
+1
2025-02-10
git_misc: Abstract tree-listing into build_display_git_tree
Runxi Yu
1
-19
/
+2
2025-02-10
render_readme: Abstract away README rendering
Runxi Yu
1
-22
/
+1
2025-02-10
*: project -> category
Runxi Yu
1
-3
/
+3
2025-02-10
*.go: Linting
Runxi Yu
1
-13
/
+17
2025-02-10
handle_repo_{index,tree}: Don't crash on missing README
Runxi Yu
1
-12
/
+12
2025-02-10
repo_index: Add anchors to filenames in the tree listing
Runxi Yu
1
-0
/
+1
2025-02-10
*.go: Reformat code
Runxi Yu
1
-4
/
+5
2025-02-10
repo_index: Only display first four characters of os_mode
Runxi Yu
1
-2
/
+2
2025-02-10
repo_index: Add file list
Runxi Yu
1
-0
/
+19
2025-02-09
*: Add basic repo home with a README and recent commits display
Runxi Yu
1
-0
/
+76