alpha
Login
or
Join now
dunkirk.sh
/
core
forked from
tangled.org/core
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
core
/
cmd
/
repoguard
/
at
4933fd38006895d78866d768fdddbd6c54ac3a21
1 file
Tangled
repoguard: allow repo parameter formats like /handle/repo
1y ago
a7da1394
main.go
repoguard: allow repo parameter formats like /handle/repo closes #42 by stripping one leading slash from the repo parameter. also fixes a minor issue with the nix develop shellhook. this kinda hacky fix is tested with the following commands: ``` nix build .#repoguard SSH_ORIGINAL_COMMAND="git-upload-pack '/soopy.moe/test-repo'" ./result/bin/repoguard -log-path /tmp/ASDUJBIf-repoguard.log -user git SSH_ORIGINAL_COMMAND="git-upload-pack 'soopy.moe/test-repo'" ./result/bin/repoguard -log-path /tmp/ASDUJBIf-repoguard.log -user git ```
1 year ago