alpha
Login
or
Join now
alice.pds.demo.boltless.dev
/
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
2
Pulls
1
Pipelines
core
/
cmd
/
repoguard
1 file
at
303fc3675fd63adaf356dedf06cfd88af879e620
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