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
Commit message (
Expand
)
Author
Age
Files
Lines
*
git_hooks_handle.go, etc.: Listen for connections from hooks
Runxi Yu
2025-02-17
3
-14
/
+39
*
git_hooks_client.c: Splice socket to stderr
Runxi Yu
2025-02-17
1
-15
/
+42
*
Makefile: Don't use --long in git-describe
Runxi Yu
2025-02-17
1
-1
/
+1
*
README.md: Clarify build dependencies
Runxi Yu
2025-02-17
1
-1
/
+2
*
git_hooks_client.c: Clarify error messages
Runxi Yu
2025-02-17
1
-10
/
+10
*
git_hooks_client.c: Get return value from unix socket
Runxi Yu
2025-02-17
1
-1
/
+20
*
database.go: Merge name_desc_t; remove misc.go
Runxi Yu
2025-02-17
2
-11
/
+5
*
{remote_url,ssh_server}.go: Use path.Join instead of trimming and adding
Runxi Yu
2025-02-17
2
-4
/
+5
*
misc.go: Remove environ_to_map as unused
Runxi Yu
2025-02-17
1
-14
/
+0
*
*_handle_*_pack.go: Pass env LINDENII_FORGE_HOOKS_SOCKET_PATH
Runxi Yu
2025-02-17
3
-0
/
+6
*
*.go: Reformat
Runxi Yu
2025-02-17
2
-2
/
+1
*
git_hooks_deploy.go: Deploy hooks to filesystem
Runxi Yu
2025-02-17
2
-0
/
+55
*
git_hooks_handle.go: Move from git_hooks.go
Runxi Yu
2025-02-17
1
-0
/
+0
*
git_init.go: git_bare_init_with_default_hooks
Runxi Yu
2025-02-17
3
-5
/
+35
*
README.md: s/PGP/SSH/ for commit signature verification
Runxi Yu
2025-02-17
1
-2
/
+2
*
README: Fix typo (sr.ht's CI is builds.sr.ht, not git.sr.ht)
Runxi Yu
2025-02-17
1
-1
/
+1
*
repo_{info,upload_pack}.go: Use system git-upload-pack for HTTP too
Runxi Yu
2025-02-17
2
-29
/
+79
*
ssh_handle_receive_pack: Use system git-receive-pack
Runxi Yu
2025-02-17
1
-33
/
+18
*
ssh_handle_upload_pack: Use system git-upload-pack
Runxi Yu
2025-02-17
1
-33
/
+19
*
git_hooks_client: Restructure for clarity
Runxi Yu
2025-02-17
1
-23
/
+28
*
git_hooks_client: Produce useful error message on missing env var
Runxi Yu
2025-02-17
1
-0
/
+1
*
git_hooks_client: Ensure stdin is a pipe
Runxi Yu
2025-02-17
1
-1
/
+22
*
*: Restructure build system
Runxi Yu
2025-02-17
3
-6
/
+7
*
config.go: git.hooks_socket
Runxi Yu
2025-02-17
2
-1
/
+4
*
git_hooks_client: Splice stdin
Runxi Yu
2025-02-17
2
-10
/
+15
*
resources.go: Embed git_hooks_client/*
Runxi Yu
2025-02-17
1
-0
/
+1
*
git_hooks{.go,_client}: Add stub for git hook clients
Runxi Yu
2025-02-17
4
-0
/
+90
*
TODO: Add accessibility notes
Runxi Yu
2025-02-16
1
-0
/
+3
*
ssh_server.go: Update comment about SSH auth
Runxi Yu
2025-02-16
1
-2
/
+3
*
README.md: Namespace contrib/, not merge_requests/
Runxi Yu
2025-02-16
1
-2
/
+2
*
*.go: Reformat
Runxi Yu
2025-02-16
2
-0
/
+2
*
Makefile: Don't remove vendor when building
Runxi Yu
2025-02-16
1
-2
/
+1
*
go.mod: Move go-billy to direct
Runxi Yu
2025-02-16
1
-1
/
+1
*
TODO: Add RSS
Runxi Yu
2025-02-16
1
-0
/
+2
*
schema.sql: Don't use key_string UNIQUE
Runxi Yu
2025-02-16
1
-2
/
+4
*
ssh_server.go: Strip trailing newlines from keys
Runxi Yu
2025-02-16
1
-2
/
+2
*
*.go: Fix missing error handling
Runxi Yu
2025-02-16
3
-2
/
+12
*
repo_index: Add HTTP clone along with SSH
Runxi Yu
2025-02-16
3
-3
/
+11
*
http_*: Add HTTP cloning
Runxi Yu
2025-02-16
3
-2
/
+76
*
{ssh_*,acl}.go: Check ACL when receiving packs
Runxi Yu
2025-02-16
4
-11
/
+47
*
schema.sql: Fix public keys and add basic group ACL
Runxi Yu
2025-02-16
1
-7
/
+11
*
ssh_*: Pass pubkey to SSH handlers
Runxi Yu
2025-02-16
3
-4
/
+4
*
ssh_*: Use pure go-git SSH handling (receive and upload)
Runxi Yu
2025-02-16
4
-23
/
+132
*
README.md: Add Libera channel
Runxi Yu
2025-02-15
1
-0
/
+2
*
.gitattributes: *.tmpl should be considered to be HTML
Runxi Yu
2025-02-15
1
-1
/
+1
*
README.md: Note about Lindenii Mail Daemon in setup
Runxi Yu
2025-02-15
1
-0
/
+5
*
README.md: Code style
Runxi Yu
2025-02-15
1
-0
/
+9
*
README.md: Update about MRs and fedauth
Runxi Yu
2025-02-15
1
-1
/
+23
*
README.md: Explicitly state that HTTPS read access is planned
Runxi Yu
2025-02-15
1
-2
/
+2
*
*.go: Reformat
Runxi Yu
2025-02-15
4
-7
/
+7
[next]