mirror of
https://git.alemi.dev/gitshell.git
synced 2024-11-14 11:49:19 +01:00
fix: new repos are hidden by default
This commit is contained in:
parent
186dc3ca52
commit
e67af53f1c
1 changed files with 1 additions and 0 deletions
1
new
1
new
|
@ -16,3 +16,4 @@ if [ -d "/srv/git/$REPOSITORY" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git init --bare "/srv/git/$REPOSITORY"
|
git init --bare "/srv/git/$REPOSITORY"
|
||||||
|
git config -f "/srv/git/$REPOSITORY/config" cgit.ignore 1
|
||||||
|
|
Loading…
Reference in a new issue