all repos

mugit @ dc720d9b4ebce9977602babbfdc86b2ba7ace0fd

🐮 git server that your cow will love

mugit/testscript/cli-repo-private-errors.txtar (view raw)

Oleksandr Smirnov Oleksandr Smirnov
olexsmir@gmail.com
test: add missing tests (#5)..., 2 months ago
1
# missing repo name
2
! mugit repo private
3
stderr 'no name provided'
4
5
# repo does not exist
6
! mugit repo private nonexistent
7
stderr 'failed to open repo'