index
:
forge.git
broken
hare
master
[WIP] Some random software forge
Runxi Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git_misc.go
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Be a bit more careful handling size integer overflows and such
v0.1.19
Runxi Yu
2025-04-05
1
-4
/
+3
|
*
Rename commitDisplay to commitDisplayOld
Runxi Yu
2025-04-03
1
-5
/
+5
|
*
Git: Return fsPath from OpenRepo
Runxi Yu
2025-04-02
1
-3
/
+1
|
*
Add descriptive comments to most Go functions
Runxi Yu
2025-03-31
1
-16
/
+23
|
*
Replace FileContributor with FileCopyrightText
Runxi Yu
2025-03-31
1
-1
/
+1
|
*
Cache commit logs on the repo index page
Runxi Yu
2025-03-25
1
-0
/
+54
|
*
Variable name lengths
Runxi Yu
2025-03-22
1
-3
/
+3
|
*
Initial linting
Runxi Yu
2025-03-22
1
-6
/
+9
|
*
Output git logs incrementally
Runxi Yu
2025-03-21
1
-0
/
+35
|
*
Remove underscores from Go code, pt 4
Runxi Yu
2025-03-19
1
-3
/
+3
|
*
Remove underscores from Go code, pt 3
Runxi Yu
2025-03-19
1
-43
/
+43
|
*
*: Reformat
Runxi Yu
2025-03-06
1
-1
/
+1
|
*
*: Support subgroups via SQL recursion
Runxi Yu
2025-03-06
1
-5
/
+38
|
*
*: Replace some := with var
Runxi Yu
2025-03-05
1
-22
/
+29
|
*
Add SPDX license headers to all Go files
Runxi Yu
2025-03-03
1
-0
/
+3
|
*
all: Remove error wrapping
Runxi Yu
2025-02-19
1
-16
/
+4
|
|
|
|
|
I'm undecided on how I wrap errors in this project. I'll just return errors directly for now. This will probably be adjusted later.
*
*.go: Use lowercase error values
Runxi Yu
2025-02-19
1
-4
/
+4
|
*
contrib: Add contrib/MR index page
Runxi Yu
2025-02-19
1
-3
/
+3
|
*
*.go: Add some comments for docs
Runxi Yu
2025-02-18
1
-2
/
+4
|
*
git_misc: COALESCE(r.description, '')
Runxi Yu
2025-02-15
1
-1
/
+1
|
*
repo_index: Add repo descriptions
Runxi Yu
2025-02-13
1
-4
/
+5
|
*
git_misc.go: Remove err_unsafe_path as unused
Runxi Yu
2025-02-12
1
-1
/
+0
|
*
*.go: Use the database for repo info, and fix ssh cloning repo
Runxi Yu
2025-02-12
1
-10
/
+7
|
*
git_misc.go: Merge types.go into here
Runxi Yu
2025-02-12
1
-0
/
+8
|
*
git_misc.go: Reformat
Runxi Yu
2025-02-12
1
-5
/
+7
|
*
repo_commit: Fix format_patch handling of root commits
Runxi Yu
2025-02-12
1
-0
/
+30
|
*
*.go: Linting
Runxi Yu
2025-02-11
1
-4
/
+4
|
*
*.go: Reformat
Runxi Yu
2025-02-11
1
-1
/
+1
|
*
git_misc: Sanitize paths
Runxi Yu
2025-02-11
1
-0
/
+10
|
*
repo_log: Add a log
Runxi Yu
2025-02-11
1
-9
/
+22
|
*
git_misc: Don't return error on repos with fewer than 3 commits
Runxi Yu
2025-02-11
1
-1
/
+4
|
*
*: category -> group
Runxi Yu
2025-02-10
1
-2
/
+2
|
*
repo_tree: Fix URL and anchor issues
Runxi Yu
2025-02-10
1
-1
/
+2
|
*
git_misc: Abstract away get_recent_commits
Runxi Yu
2025-02-10
1
-0
/
+24
|
*
git_misc: Abstract git.PlainOpen into open_git_repo
Runxi Yu
2025-02-10
1
-1
/
+10
|
*
git_misc: Abstract tree-listing into build_display_git_tree
Runxi Yu
2025-02-10
1
-0
/
+24