all repos

mugit @ 326692ce4ff8ef575ba26a643e2a1d17cc0a2b1f

🐮 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'